fix comment set but unused new gcc warning

pull/1/head
toddouska 2013-03-12 09:52:16 -07:00
parent 6773287895
commit 86f7d48c7e
1 changed files with 2 additions and 0 deletions

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