mirror of
https://github.com/decompals/wibo.git
synced 2025-12-12 22:56:13 +00:00
Cleanup various lints and warnings
This commit is contained in:
@@ -24,3 +24,4 @@ void toUpperInPlace(std::string &str);
|
||||
std::string stringToLower(std::string_view str);
|
||||
std::string stringToUpper(std::string_view str);
|
||||
uint16_t wcharToLower(uint16_t ch);
|
||||
uint16_t wcharToUpper(uint16_t ch);
|
||||
|
||||
Reference in New Issue
Block a user