avoid compiler static analyzer warning

This commit is contained in:
rfm 2024-06-21 17:28:49 +01:00
parent d49b6a46ce
commit 2c0ee5bf49

View file

@ -445,6 +445,7 @@ appendUIntData(NSMutableData *d, NSUInteger i)
effectiveRange: (NSRange*)aRange
{
[self subclassResponsibility: _cmd];/* Primitive method! */
*aRange = NSMakeRange(NSNotFound, 0);
return nil;
}