X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fcompiler%2Ftest%2Frun-is_compile_constant.c;h=c914c68300868e79ee3c0b2862487740e76d6a1d;hb=25b7406d11ea3703be864097af66ce95611dde72;hp=a66f2e13e6c9c3749ae9357cb800517377d5863c;hpb=1dcd3ad51bbeb4ba8048b08d62278df8e428031a;p=ccan diff --git a/ccan/compiler/test/run-is_compile_constant.c b/ccan/compiler/test/run-is_compile_constant.c index a66f2e13..c914c683 100644 --- a/ccan/compiler/test/run-is_compile_constant.c +++ b/ccan/compiler/test/run-is_compile_constant.c @@ -3,6 +3,8 @@ int main(int argc, char *argv[]) { + (void)argc; + (void)argv; plan_tests(2); ok1(!IS_COMPILE_CONSTANT(argc));