Skip to content

Commit

Permalink
clang requires const array size
Browse files Browse the repository at this point in the history
  • Loading branch information
mgates3 committed Nov 5, 2024
1 parent 555ea34 commit 01873d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_util.cc
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ void test_device_routines()
{
printf( "%s\n", __func__ );

int repeat = 4;
const int repeat = 4;
double t;
int device_cnt;

Expand Down

0 comments on commit 01873d5

Please sign in to comment.