X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fcast%2Ftest%2Fcompile_fail-cast_const3.c;h=e958e2dde5b61c485f63be5008c3ac5137733ecc;hb=1273379185b86aefe5d426d3208289b70044acac;hp=f782f9d9ec5d10fc317021179934b17057ae60e0;hpb=4a084a9e956e6e5fec9f9ecb02ca56a79de4a422;p=ccan diff --git a/ccan/cast/test/compile_fail-cast_const3.c b/ccan/cast/test/compile_fail-cast_const3.c index f782f9d9..e958e2dd 100644 --- a/ccan/cast/test/compile_fail-cast_const3.c +++ b/ccan/cast/test/compile_fail-cast_const3.c @@ -18,6 +18,7 @@ int main(int argc, char *argv[]) ***p = NULL; uc = cast_const3(char ***, p); + (void) uc; /* Suppress unused-but-set-variable warning. */ return 0; }