X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fstr%2Ftest%2Fcompile_fail-ispunct.c;fp=ccan%2Fstr%2Ftest%2Fcompile_fail-ispunct.c;h=09d4279a9344d4770d93eb9b689ea2639c344ab1;hb=ad2ce76c10f808283ea7cf25cd8e76a15710c4f3;hp=5d941fcba687a23863780acc6076479ba05bfcd8;hpb=5877402640cff05f779b23a730e4cc62d729113f;p=ccan diff --git a/ccan/str/test/compile_fail-ispunct.c b/ccan/str/test/compile_fail-ispunct.c index 5d941fcb..09d4279a 100644 --- a/ccan/str/test/compile_fail-ispunct.c +++ b/ccan/str/test/compile_fail-ispunct.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 ispunct.