mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-11 00:30:01 +00:00
Quiet the CLang compiler.
(It's a false-positive, but CLang doesn't seem to know any better.)
This commit is contained in:
parent
df4226f896
commit
16c645bfd9
1
thirdparty/nlohmann_json/nlohmann/json.hpp
vendored
1
thirdparty/nlohmann_json/nlohmann/json.hpp
vendored
@ -6763,6 +6763,7 @@ class lexer : public lexer_base<BasicJsonType>
|
||||
}
|
||||
}
|
||||
}
|
||||
break; // quiet CLang compiler
|
||||
|
||||
default:
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user