mirror of
https://github.com/thunderbrewhq/squall.git
synced 2026-02-04 08:59:07 +00:00
chore(build): resolve MSVC warnings
This commit is contained in:
parent
df14314ea1
commit
92b0c4778f
6 changed files with 19 additions and 10 deletions
|
|
@ -27,7 +27,7 @@ TEST_CASE("SUniSGetUTF8", "[unicode]") {
|
|||
int32_t chars = 0;
|
||||
auto code = SUniSGetUTF8(reinterpret_cast<const uint8_t*>(string), &chars);
|
||||
|
||||
REQUIRE(code == -1u);
|
||||
REQUIRE(code == ~0u);
|
||||
REQUIRE(chars == 0);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue