mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
avoid compiler static analyzer warning
This commit is contained in:
parent
d49b6a46ce
commit
2c0ee5bf49
1 changed files with 1 additions and 0 deletions
|
@ -445,6 +445,7 @@ appendUIntData(NSMutableData *d, NSUInteger i)
|
|||
effectiveRange: (NSRange*)aRange
|
||||
{
|
||||
[self subclassResponsibility: _cmd];/* Primitive method! */
|
||||
*aRange = NSMakeRange(NSNotFound, 0);
|
||||
return nil;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue