X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Ftalloc%2Ftalloc.c;h=fdf8eebed297db56d26abdca812b515702ffdf02;hb=2d4243996a4ace6d4eac1da460dd5bbcb31304ce;hp=1b96f90fd08baf614dc6da16e3b2fd3e73071327;hpb=e8dfb48ec9dd9a7575b179e8208cd2dd5c73bcce;p=ccan diff --git a/ccan/talloc/talloc.c b/ccan/talloc/talloc.c index 1b96f90f..fdf8eebe 100644 --- a/ccan/talloc/talloc.c +++ b/ccan/talloc/talloc.c @@ -664,7 +664,7 @@ int talloc_unlink(const void *context, void *ptr) /* add a name to an existing pointer - va_list version */ -static inline const char *talloc_set_name_v(const void *ptr, const char *fmt, va_list ap) PRINTF_ATTRIBUTE(2,0); +static inline const char *talloc_set_name_v(const void *ptr, const char *fmt, va_list ap) PRINTF_FMT(2,0); static inline const char *talloc_set_name_v(const void *ptr, const char *fmt, va_list ap) {