summaryrefslogtreecommitdiff
path: root/zen/warn_static.h
diff options
context:
space:
mode:
Diffstat (limited to 'zen/warn_static.h')
-rw-r--r--zen/warn_static.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/zen/warn_static.h b/zen/warn_static.h
index 70679a12..737a56fb 100644
--- a/zen/warn_static.h
+++ b/zen/warn_static.h
@@ -26,9 +26,8 @@ Usage:
#define ZEN_CONCAT(X, Y) ZEN_CONCAT_SUB(X, Y)
#define warn_static(TXT) \
- typedef int STATIC_WARNING __attribute__ ((deprecated)); \
- enum { ZEN_CONCAT(warn_static_dummy_value, __LINE__) = sizeof(STATIC_WARNING) };
+ typedef int STATIC_WARNING_87903124 __attribute__ ((deprecated)); \
+ enum { ZEN_CONCAT(warn_static_dummy_value, __LINE__) = sizeof(STATIC_WARNING_87903124) };
#endif
-
-#endif //WARN_STATIC_HEADER_08724567834560832745 \ No newline at end of file
+#endif //WARN_STATIC_HEADER_08724567834560832745
bgstack15