mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-05 13:44:41 +02:00
fix comment set but unused new gcc warning
This commit is contained in:
@@ -303,6 +303,8 @@ static void test_harness(void* vargs)
|
|||||||
comment = strsep(&cursor, "\n");
|
comment = strsep(&cursor, "\n");
|
||||||
#ifdef DEBUG_SUITE_TESTS
|
#ifdef DEBUG_SUITE_TESTS
|
||||||
printf("%s\n", comment);
|
printf("%s\n", comment);
|
||||||
|
#else
|
||||||
|
(void)comment;
|
||||||
#endif
|
#endif
|
||||||
break;
|
break;
|
||||||
case '-':
|
case '-':
|
||||||
|
Reference in New Issue
Block a user