mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-18 17:18:08 +08:00
Fix pedantic compile issue. (#500)
This commit is contained in:
@@ -50,7 +50,7 @@ bool IsWordCharacter(WordBreakProperty property) {
|
||||
return false;
|
||||
};
|
||||
return true; // NOT_REACHED();
|
||||
};
|
||||
}
|
||||
|
||||
std::string PasswordField(size_t size) {
|
||||
std::string out;
|
||||
|
Reference in New Issue
Block a user