X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fcompiler%2Ftest%2Fcompile_fail-printf.c;fp=ccan%2Fcompiler%2Ftest%2Fcompile_fail-printf.c;h=8f34ae5a1255b25f89aa0ae3424c9c47ef750cee;hb=1c005e1223d2f8f664ce4b3be6cd7eb4dd449844;hp=670126bba1b7ee7093e6ee925fe827073be1e533;hpb=56dd95485204eb282f5d7684861a1b55bada5ef0;p=ccan diff --git a/ccan/compiler/test/compile_fail-printf.c b/ccan/compiler/test/compile_fail-printf.c index 670126bb..8f34ae5a 100644 --- a/ccan/compiler/test/compile_fail-printf.c +++ b/ccan/compiler/test/compile_fail-printf.c @@ -1,6 +1,6 @@ #include -static void PRINTF_ATTRIBUTE(2,3) my_printf(int x, const char *fmt, ...) +static void PRINTF_FMT(2,3) my_printf(int x, const char *fmt, ...) { }