X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftlist%2Ftest%2Fcompile_fail-tlist_top.c;h=d02c3add7a2e0a4fb780527e63e433a519510d38;hp=622a5781532f583fd18e3645312327ad50950541;hb=74257cee33ae3033f961d5f22a0313b8cb1b18d4;hpb=c89f34afdc6c2a98c75130470ea0b7f531a3cfe0 diff --git a/ccan/tlist/test/compile_fail-tlist_top.c b/ccan/tlist/test/compile_fail-tlist_top.c index 622a5781..d02c3add 100644 --- a/ccan/tlist/test/compile_fail-tlist_top.c +++ b/ccan/tlist/test/compile_fail-tlist_top.c @@ -31,5 +31,6 @@ int main(int argc, char *argv[]) struct child, #endif list); + (void) c; /* Suppress unused-but-set-variable warning. */ return 0; }