summaryrefslogtreecommitdiffhomepage
path: root/compat
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-24 12:54:15 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-24 12:54:15 +0200
commit7b61abef4662560924265357fbe8c4d50ecd389c (patch)
treed73c41ce9102a40cc5b27fac75efcb9efa789b9e /compat
parent700942f351d85f326bb1d6725e688920dc8de942 (diff)
a
Diffstat (limited to 'compat')
-rw-r--r--compat/integer-types.hpp9
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