summaryrefslogtreecommitdiff
path: root/zen/warn_static.h
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 17:23:19 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 17:23:19 +0200
commit0887aee8c54d0ed51bb2031431e2bcdafebb4c6e (patch)
tree69537ceb9787bb25ac363cc4e6cdaf0804d78363 /zen/warn_static.h
parent5.12 (diff)
downloadFreeFileSync-0887aee8c54d0ed51bb2031431e2bcdafebb4c6e.tar.gz
FreeFileSync-0887aee8c54d0ed51bb2031431e2bcdafebb4c6e.tar.bz2
FreeFileSync-0887aee8c54d0ed51bb2031431e2bcdafebb4c6e.zip
5.13
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