]> git.ozlabs.org Git - ccan/blobdiff - ccan/tal/test/run-overflow.c
Mark unused arguments in many modules.
[ccan] / ccan / tal / test / run-overflow.c
index d975398b4ba39b9e55ef35a57b18537aa514bbc8..d1919c1cceefcc65702fd5bf65a2ef015c30f7d7 100644 (file)
@@ -4,7 +4,7 @@
 
 static int error_count;
 
-static void my_error(const char *msg)
+static void my_error(const char *msg UNNEEDED)
 {
        error_count++;
 }