summaryrefslogtreecommitdiff
path: root/string.c
diff options
context:
space:
mode:
Diffstat (limited to 'string.c')
-rw-r--r--string.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/string.c b/string.c
index fa44d78..5b476d7 100644
--- a/string.c
+++ b/string.c
@@ -8,6 +8,7 @@ void test_string_h(void)
char less[] = "a";
char more[] = "b";
char haystack[] = "the five boxing wizards jump quickly";
+ (void)size;
testing_header("string.h");