Use __attribute__ ((__name__)) form
Protect against macros named noreturn and so on.
This commit is contained in:

committed by
Viktor Dukhovni

parent
31896397d7
commit
6a0f45c4d7
@@ -592,7 +592,7 @@ static void
|
||||
slave_status(krb5_context context,
|
||||
const char *file,
|
||||
const char *status, ...)
|
||||
__attribute__ ((format (printf, 3, 4)));
|
||||
__attribute__ ((__format__ (__printf__, 3, 4)));
|
||||
|
||||
|
||||
static void
|
||||
|
Reference in New Issue
Block a user