Eliminate pointless/annoying warning on line 111 regarding formatting

This commit is contained in:
Gregory John Casamento 2019-08-02 09:44:31 -04:00
parent dcfbe9e0f8
commit b970077e42

View file

@ -107,7 +107,7 @@ static SEL remSel;
self, @"GSMutableSet", nil, nil];
reason = [NSString stringWithFormat:
@"Index %"PRIuPTR" is out of range %d (in '%@')",
@"Index %"PRIuPTR" is out of range %lu (in '%@')",
index, count, NSStringFromSelector(sel)];
exception = [NSException exceptionWithName: NSRangeException