X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fcompiler%2Ftest%2Fcompile_fail-printf.c;h=8f34ae5a1255b25f89aa0ae3424c9c47ef750cee;hb=ba57295a55704ad68f46f7ee741dc8f3ac9db6af;hp=670126bba1b7ee7093e6ee925fe827073be1e533;hpb=89f1301ed2b65cdb4730bb28c42428873a69faec;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, ...) { }