Skip to content

Commit

Permalink
fix compile warning (#5165)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Mendelsohn authored and GitHub Enterprise committed Jan 15, 2025
1 parent cc781e1 commit 6d64ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion groups/bal/balcl/balcl_commandline.t.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5506,7 +5506,7 @@ int main(int argc, const char *argv[])
<< "TESTING ORDER OF ARGUMENTS" << endl
<< "==========================" << endl;

const int MAX_ARGC = 16;
const int MAX_ARGC = 32;

if (verbose)
cout << "\n\tTesting `u::isCompatibleOrdering` helper." << endl;
Expand Down

0 comments on commit 6d64ed8

Please sign in to comment.