diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/fortify-headers.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/fortify-headers.h b/include/fortify-headers.h index 3dc33b7..a173466 100644 --- a/include/fortify-headers.h +++ b/include/fortify-headers.h | |||
| @@ -79,6 +79,12 @@ | |||
| 79 | #define __fortify_warning_if(cond, msg) | 79 | #define __fortify_warning_if(cond, msg) |
| 80 | #endif | 80 | #endif |
| 81 | 81 | ||
| 82 | #else /* ! __has_attribute */ | ||
| 83 | |||
| 84 | #define __fortify_access(...) | ||
| 85 | #define __fortify__format(...) | ||
| 86 | #define __fortify_warning_if(cond, msg) | ||
| 87 | |||
| 82 | #endif | 88 | #endif |
| 83 | 89 | ||
| 84 | #endif | 90 | #endif |
