From 7ec146c05489f43dddb1b7af948a193c1cf0a9d1 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Tue, 5 Aug 2014 20:16:29 -0700 Subject: Work around a compiler bug in error checks --- src/diagnostics.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/diagnostics.hpp') diff --git a/src/diagnostics.hpp b/src/diagnostics.hpp index 31596dc..dab15b5 100644 --- a/src/diagnostics.hpp +++ b/src/diagnostics.hpp @@ -52,6 +52,7 @@ namespace tmwa # define CLANG (0) # endif #endif +#define GCC_PATCH (GCC * 100 + __GNUC_PATCHLEVEL__) #if GCC >= 406 || CLANG # define PRAGMA(x) _Pragma(#x) static_assert(1, "I like my semicolons") -- cgit v1.2.3-60-g2f50