chiark / gitweb /
macro: clean up usage of gcc attributes
[elogind.git] / src / core / execute.c
index b48b1ae513baa3c8a7be940b7c6c99baff4be0b4..8f09233e3ea5ee0b4b1f8fb10aea902bcb2bb621 100644 (file)
@@ -511,7 +511,7 @@ fail:
         return r;
 }
 
-_printf_attr_(1, 2) static int write_confirm_message(const char *format, ...) {
+_printf_(1, 2) static int write_confirm_message(const char *format, ...) {
         int fd;
         va_list ap;