]> git.ozlabs.org Git - ccan/blobdiff - ccan/check_type/test/compile_fail-check_type_unsigned.c
Mark unused arguments in many modules.
[ccan] / ccan / check_type / test / compile_fail-check_type_unsigned.c
index 6b18acb5670acd3a793b81ce668493815cf3ce81..795e7606701955440ebd81e816946f36abecbcc8 100644 (file)
@@ -1,7 +1,9 @@
-#include "check_type/check_type.h"
+#include <ccan/check_type/check_type.h>
 
 int main(int argc, char *argv[])
 {
+       (void)argc;
+       (void)argv;
 #ifdef FAIL
 #if HAVE_TYPEOF
        check_type(argc, unsigned int);