]> git.ozlabs.org Git - ccan/blobdiff - ccan/typesafe_cb/test/compile_ok-typesafe_cb_cast.c
Mark unused arguments in many modules.
[ccan] / ccan / typesafe_cb / test / compile_ok-typesafe_cb_cast.c
index 473abf5e3f3d56bcfa7669583a9a40823eea5bdc..bd7b7d6532bffce5da05f1fbc31b055928691376 100644 (file)
@@ -19,6 +19,7 @@ struct any {
 
 static void take_any(struct any *any)
 {
+       (void)any;
 }
 
 int main(void)