]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/async.c
Merge Makefile rewrite into master
[ccan] / tools / ccanlint / async.c
index d867079d0782c4f341e9af443517494f52f83c78..e5b9078dbda65c5c36b6b46636b4fad365fd586e 100644 (file)
@@ -34,7 +34,7 @@ struct command {
        const void *ctx;
 };
 
-static void killme(int sig)
+static void killme(int sig UNNEEDED)
 {
        kill(-getpid(), SIGKILL);
 }