summaryrefslogtreecommitdiff
path: root/include/fortify-headers.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/fortify-headers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/fortify-headers.h b/include/fortify-headers.h
index b0bee87..c32d5fb 100644
--- a/include/fortify-headers.h
+++ b/include/fortify-headers.h
@@ -74,9 +74,9 @@
74#endif 74#endif
75 75
76#if __has_attribute (__diagnose_if) 76#if __has_attribute (__diagnose_if)
77#define __warning_if(cond, msg) __attribute__ ((__diagnose_if (cond, msg, "warning"))) 77#define __fortify_warning_if(cond, msg) __attribute__ ((__diagnose_if (cond, msg, "warning")))
78#else 78#else
79#define __warning_if(cond, msg) 79#define __fortify_warning_if(cond, msg)
80#endif 80#endif
81 81
82#endif 82#endif