mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
Remove more compilation warnings
This commit is contained in:
@@ -57,7 +57,7 @@ void VariableBoxController::ContentViewController::didEnterResponderChain(Respon
|
||||
}
|
||||
|
||||
static bool shouldAddObject(const char * name, int maxLength) {
|
||||
if (strlen(name)+1 > maxLength) {
|
||||
if (strlen(name)+1 > (size_t)maxLength) {
|
||||
return false;
|
||||
}
|
||||
assert(name != nullptr);
|
||||
|
||||
Reference in New Issue
Block a user