X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftypesafe_cb%2Ftest%2Fcompile_ok-typesafe_cb-NULL.c;fp=ccan%2Ftypesafe_cb%2Ftest%2Fcompile_ok-typesafe_cb-NULL.c;h=738ec96b277f7707e6de95abcebb0cbd3b9004d7;hp=ac6a0e8ffbc6cc617d5e5ed470c4b7afe66d6b32;hb=ad2ce76c10f808283ea7cf25cd8e76a15710c4f3;hpb=5877402640cff05f779b23a730e4cc62d729113f diff --git a/ccan/typesafe_cb/test/compile_ok-typesafe_cb-NULL.c b/ccan/typesafe_cb/test/compile_ok-typesafe_cb-NULL.c index ac6a0e8f..738ec96b 100644 --- a/ccan/typesafe_cb/test/compile_ok-typesafe_cb-NULL.c +++ b/ccan/typesafe_cb/test/compile_ok-typesafe_cb-NULL.c @@ -5,6 +5,8 @@ static void _register_callback(void (*cb)(const void *arg), const void *arg) { + (void)cb; + (void)arg; } #define register_callback(cb, arg) \