]> git.ozlabs.org Git - ccan/blobdiff - ccan/str/test/compile_fail-isascii.c
Mark unused arguments in many modules.
[ccan] / ccan / str / test / compile_fail-isascii.c
index ee55e4997434c5cd4c11c01a0bd45d28af67d37d..3946e0b3b88a288606903756c53eaaf6d267d0e8 100644 (file)
@@ -3,6 +3,7 @@
 
 int main(int argc, char *argv[])
 {
+       (void)argc;
 #ifdef FAIL
 #if !HAVE_BUILTIN_TYPES_COMPATIBLE_P || !HAVE_TYPEOF
 #error We need typeof to check isascii.