Show More
@@ -12,6 +12,8 | |||||
12 |
|
12 | |||
13 | #ifdef __GNUC__ |
|
13 | #ifdef __GNUC__ | |
14 | #define PRINTF_FORMAT_ __attribute__((format(printf, 1, 2))) |
|
14 | #define PRINTF_FORMAT_ __attribute__((format(printf, 1, 2))) | |
|
15 | #else | |||
|
16 | #define PRINTF_FORMAT_ | |||
15 | #endif |
|
17 | #endif | |
16 |
|
18 | |||
17 | void abortmsg(const char *fmt, ...) PRINTF_FORMAT_; |
|
19 | void abortmsg(const char *fmt, ...) PRINTF_FORMAT_; |
General Comments 0
You need to be logged in to leave comments.
Login now