Cleanup various lints and warnings

This commit is contained in:
2025-10-08 22:23:54 -06:00
parent 9cd15e9be8
commit 3078cef12b
9 changed files with 77 additions and 45 deletions

View File

@@ -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);