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