fix comment set but unused new gcc warning
This commit is contained in:
parent
6773287895
commit
86f7d48c7e
@ -303,6 +303,8 @@ static void test_harness(void* vargs)
|
||||
comment = strsep(&cursor, "\n");
|
||||
#ifdef DEBUG_SUITE_TESTS
|
||||
printf("%s\n", comment);
|
||||
#else
|
||||
(void)comment;
|
||||
#endif
|
||||
break;
|
||||
case '-':
|
||||
|
Loading…
Reference in New Issue
Block a user