X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fstr%2Ftest%2Fcompile_fail-isspace.c;h=798cfcd470f82db076a0b37ff79375baad194344;hb=61f58ff94e35c9b8ac5488554e2554bc5c9888b3;hp=bfee1f89f166614b603b9aec5c2315ad430a3af0;hpb=00e61068e33e7883a2657744514452a32660d461;p=ccan 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.