diff --git a/tests/test.c b/tests/test.c index 0e91d3e..391693e 100644 --- a/tests/test.c +++ b/tests/test.c @@ -2585,6 +2585,7 @@ static int gen_test_config(FILE *output) #endif /* HAS_LIBCONFIG */ +__attribute__((unused)) static int lookup_test(const char *name) { int i; @@ -2595,6 +2596,7 @@ static int lookup_test(const char *name) return -1; } +__attribute__((unused)) static void test_skipped(void **state) { skip();