From 44b601bc79e46722bc0f0862ee0ce34a2284ef11 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 16 Oct 2013 03:17:09 +0200 Subject: macro: clean up usage of gcc attributes Always use our own macros, and name all our own macros the same style. --- src/journal/microhttpd-util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/journal/microhttpd-util.h') diff --git a/src/journal/microhttpd-util.h b/src/journal/microhttpd-util.h index 20ad76990c..74d1668bdf 100644 --- a/src/journal/microhttpd-util.h +++ b/src/journal/microhttpd-util.h @@ -25,4 +25,4 @@ #include "macro.h" -void microhttpd_logger(void *arg, const char *fmt, va_list ap) _printf_attr_(2, 0); +void microhttpd_logger(void *arg, const char *fmt, va_list ap) _printf_(2, 0); -- cgit v1.2.3-54-g00ecf