X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;ds=sidebyside;f=ccan%2Fcontainer_of%2Ftest%2Fcompile_fail-var-types.c;h=f254d9210207fabfd3eedc69062516b0ccafc64e;hb=f27c9672ef62379e09793dcf42725bf9c37f44bf;hp=b7f395c761e7e91a327ef45bc86bec3d14454430;hpb=da72623aec30213a593bd23dca80c89416598f75;p=ccan diff --git a/ccan/container_of/test/compile_fail-var-types.c b/ccan/container_of/test/compile_fail-var-types.c index b7f395c7..f254d921 100644 --- a/ccan/container_of/test/compile_fail-var-types.c +++ b/ccan/container_of/test/compile_fail-var-types.c @@ -20,5 +20,6 @@ int main(int argc, char *argv[]) #else foop = NULL; #endif + (void) foop; /* Suppress unused-but-set-variable warning. */ return intp == NULL; }