mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Cleanup.
This commit is contained in:
@@ -185,7 +185,7 @@ TEST_CASE("toString double", "")
|
||||
static bool testFromString(double _value, const char* _input)
|
||||
{
|
||||
char tmp[1024];
|
||||
int32_t num = bx::toString(tmp, BX_COUNTOF(tmp), _value);
|
||||
bx::toString(tmp, BX_COUNTOF(tmp), _value);
|
||||
|
||||
double lhs;
|
||||
bx::fromString(&lhs, tmp);
|
||||
|
||||
Reference in New Issue
Block a user