Skip to content

Commit

Permalink
HPCC-32439 Make all warnings into errors in Roxie subdirectory
Browse files Browse the repository at this point in the history
Changes following review

Signed-off-by: Richard Chapman <[email protected]>
  • Loading branch information
richardkchapman committed Oct 2, 2024
1 parent 5ac58a5 commit b1cb0ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roxie/roxiemem/roxiemem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8425,6 +8425,8 @@ class RoxieMemTests : public CppUnit::TestFixture

for (unsigned pass=0; pass < 8; pass++)
{
//numPagesAfterCleanup() also has the side-effect of freeing up any empty pages.
[[maybe_unused]] unsigned numPagesFull = rowManager->numPagesAfterCleanup(true);
unsigned numRowsLeft = 0;
unsigned target=0;
for (unsigned i2 = 0; i2 < numRows; i2++)
Expand Down

0 comments on commit b1cb0ca

Please sign in to comment.