mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-03 00:45:49 +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 openBracket = '[';
|
||||||
const char quote = '"';
|
const char quote = '"';
|
||||||
|
|
||||||
const std::string none;
|
|
||||||
|
|
||||||
static auto const integralFloatsBecomeInts = false;
|
static auto const integralFloatsBecomeInts = false;
|
||||||
|
|
||||||
size_t
|
size_t
|
||||||
|
|||||||
Reference in New Issue
Block a user