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/shared/conf-parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared/conf-parser.h') diff --git a/src/shared/conf-parser.h b/src/shared/conf-parser.h index 08428a514a..9435d54b11 100644 --- a/src/shared/conf-parser.h +++ b/src/shared/conf-parser.h @@ -114,7 +114,7 @@ int config_parse_set_status(const char *unit, const char *filename, unsigned lin int log_syntax_internal(const char *unit, int level, const char *file, unsigned line, const char *func, const char *config_file, unsigned config_line, - int error, const char *format, ...) _printf_attr_(9, 10); + int error, const char *format, ...) _printf_(9, 10); #define log_syntax(unit, level, config_file, config_line, error, ...) \ log_syntax_internal(unit, level, \ -- cgit v1.2.3-54-g00ecf