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
@@ -308,7 +308,7 @@ struct host {
|
||||
|
||||
static void
|
||||
debug_host(krb5_context context, int level, struct host *host, const char *fmt, ...)
|
||||
__attribute__((__format__(__printf__, 4, 5)));
|
||||
__attribute__ ((__format__ (__printf__, 4, 5)));
|
||||
|
||||
static void
|
||||
debug_host(krb5_context context, int level, struct host *host, const char *fmt, ...)
|
||||
|
Reference in New Issue
Block a user