diff options
Diffstat (limited to 'zen/warn_static.h')
-rwxr-xr-x | zen/warn_static.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zen/warn_static.h b/zen/warn_static.h index 6f0a2691..fb8fbb95 100755 --- a/zen/warn_static.h +++ b/zen/warn_static.h @@ -18,7 +18,7 @@ Usage: #if defined __GNUC__ //Clang also defines __GNUC__! #define warn_static(MSG) \ - _Pragma(ZEN_STATIC_WARNING_STRINGIZE(GCC warning MSG)) + _Pragma(ZEN_STATIC_WARNING_STRINGIZE(GCC warning MSG)) #endif #endif //WARN_STATIC_H_08724567834560832745 |