fix comment set but unused new gcc warning

This commit is contained in:
toddouska 2013-03-12 09:52:16 -07:00
parent 6773287895
commit 86f7d48c7e

View File

@ -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 '-':