C++ compilation

This commit is contained in:
Shahram Najm 2022-10-28 13:24:17 +01:00
parent fd67943d0e
commit 9101e79aa5
1 changed files with 1 additions and 0 deletions

View File

@ -1657,6 +1657,7 @@ static void cube_indexes(
}
indexes[i] = j;
}
(void)index;
}
/*********************************/