From 0b1b6307a52bc5347589f1c41c79f368ca7c1057 Mon Sep 17 00:00:00 2001 From: Lukas Barth Date: Thu, 30 Mar 2017 16:14:02 +0200 Subject: [PATCH] Also change the re2c file --- src/json.hpp.re2c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/json.hpp.re2c b/src/json.hpp.re2c index 60bb63c6d..d88830b9e 100644 --- a/src/json.hpp.re2c +++ b/src/json.hpp.re2c @@ -12919,6 +12919,9 @@ inline nlohmann::json::json_pointer operator "" _json_pointer(const char* s, std #if defined(__clang__) || defined(__GNUC__) || defined(__GNUG__) #pragma GCC diagnostic pop #endif +#if defined(__clang__) + #pragma GCC diagnostic pop +#endif // clean up #undef JSON_CATCH