mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-20 22:30:30 +01:00
Remove some warnings
Change-Id: I18456e133c84e81adf5b18171ed23e7d15f6644b
This commit is contained in:
@@ -27,9 +27,11 @@ View * InputViewController::ContentView::subviewAtIndex(int index) {
|
||||
return &m_textField;
|
||||
} else {
|
||||
assert(false);
|
||||
return nullptr;
|
||||
}
|
||||
default:
|
||||
assert(false);
|
||||
return nullptr;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user