X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fcheck_type%2Ftest%2Fcompile_fail-check_type.c;h=4c22c65a499c5df7252444549fb3efe56d70a51b;hp=fe7d6a235c33011040bfe9648e98916c69418ce4;hb=ad2ce76c10f808283ea7cf25cd8e76a15710c4f3;hpb=5877402640cff05f779b23a730e4cc62d729113f diff --git a/ccan/check_type/test/compile_fail-check_type.c b/ccan/check_type/test/compile_fail-check_type.c index fe7d6a23..4c22c65a 100644 --- a/ccan/check_type/test/compile_fail-check_type.c +++ b/ccan/check_type/test/compile_fail-check_type.c @@ -2,6 +2,8 @@ int main(int argc, char *argv[]) { + (void)argc; + (void)argv; #ifdef FAIL check_type(argc, char); #endif