]> git.ozlabs.org Git - ccan/blobdiff - ccan/compiler/test/run-is_compile_constant.c
Mark unused arguments in many modules.
[ccan] / ccan / compiler / test / run-is_compile_constant.c
index a66f2e13e6c9c3749ae9357cb800517377d5863c..c914c68300868e79ee3c0b2862487740e76d6a1d 100644 (file)
@@ -3,6 +3,8 @@
 
 int main(int argc, char *argv[])
 {
+       (void)argc;
+       (void)argv;
        plan_tests(2);
 
        ok1(!IS_COMPILE_CONSTANT(argc));