diff options
Diffstat (limited to 'compat')
-rw-r--r-- | compat/integer-types.hpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/compat/integer-types.hpp b/compat/integer-types.hpp index 14243e72..d270abda 100644 --- a/compat/integer-types.hpp +++ b/compat/integer-types.hpp @@ -1,10 +1,5 @@ #pragma once -#ifdef __clang__ -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wlanguage-extension-token" -#endif - #ifdef _MSC_VER #ifdef _WIN64 typedef unsigned __int64 size_t; @@ -56,7 +51,3 @@ using ::uint16_t; using ::uint32_t; using ::uint64_t; } // namespace std - -#ifdef __clang__ -#pragma clang diagnostic pop -#endif |