X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fcheck_type%2Ftest%2Fcompile_fail-check_types_match.c;h=fb83738b90aba585aedb6c749709b93054c7b9a1;hb=ad2ce76c10f808283ea7cf25cd8e76a15710c4f3;hp=bc1f9c31f9154d675e49934b0b38549655877c9d;hpb=650c775ff00cccd03fc84e7789a03c51d9839004;p=ccan diff --git a/ccan/check_type/test/compile_fail-check_types_match.c b/ccan/check_type/test/compile_fail-check_types_match.c index bc1f9c31..fb83738b 100644 --- a/ccan/check_type/test/compile_fail-check_types_match.c +++ b/ccan/check_type/test/compile_fail-check_types_match.c @@ -1,8 +1,9 @@ -#include "check_type/check_type.h" +#include int main(int argc, char *argv[]) { unsigned char x = argc; + (void)argv; #ifdef FAIL check_types_match(argc, x); #endif