X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fstr%2Ftest%2Fcompile_fail-isspace.c;h=798cfcd470f82db076a0b37ff79375baad194344;hp=bfee1f89f166614b603b9aec5c2315ad430a3af0;hb=ad2ce76c10f808283ea7cf25cd8e76a15710c4f3;hpb=5877402640cff05f779b23a730e4cc62d729113f diff --git a/ccan/str/test/compile_fail-isspace.c b/ccan/str/test/compile_fail-isspace.c index bfee1f89..798cfcd4 100644 --- a/ccan/str/test/compile_fail-isspace.c +++ b/ccan/str/test/compile_fail-isspace.c @@ -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 isspace.