From 16c645bfd91dae93eb82f6c0c8506ca18e52ff85 Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Sun, 2 Aug 2020 20:58:55 +0100 Subject: [PATCH] Quiet the CLang compiler. (It's a false-positive, but CLang doesn't seem to know any better.) --- thirdparty/nlohmann_json/nlohmann/json.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/thirdparty/nlohmann_json/nlohmann/json.hpp b/thirdparty/nlohmann_json/nlohmann/json.hpp index 6a0f47ab44..68ee3d8eaa 100644 --- a/thirdparty/nlohmann_json/nlohmann/json.hpp +++ b/thirdparty/nlohmann_json/nlohmann/json.hpp @@ -6763,6 +6763,7 @@ class lexer : public lexer_base } } } + break; // quiet CLang compiler default: break;