mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-19 10:05:48 +00:00
fix: remove unused variable causing clang 14 build errors (#4672)
Removed the unused variable `none` from `Writer.cpp` which was causing build errors on clang version 14.
This commit is contained in:
@@ -47,8 +47,6 @@ const char openBrace = '{';
|
||||
const char openBracket = '[';
|
||||
const char quote = '"';
|
||||
|
||||
const std::string none;
|
||||
|
||||
static auto const integralFloatsBecomeInts = false;
|
||||
|
||||
size_t
|
||||
|
||||
Reference in New Issue
Block a user