mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +00:00
tweak to avoid compiler warnings
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23096 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
334a957eb5
commit
58452e1a6c
2 changed files with 2 additions and 1 deletions
|
@ -27,6 +27,7 @@
|
|||
#include "Foundation/NSScanner.h"
|
||||
#include "Foundation/NSSet.h"
|
||||
#include "Foundation/NSDebug.h"
|
||||
#include "Foundation/NSValue.h"
|
||||
#include "GNUstepBase/GSLock.h"
|
||||
#include "GNUstepBase/GSMime.h"
|
||||
|
||||
|
|
|
@ -160,7 +160,7 @@ authenticationMethod: (NSString *)authenticationMethod
|
|||
return NO;
|
||||
}
|
||||
|
||||
- (unsigned) isEqual: (id)other
|
||||
- (BOOL) isEqual: (id)other
|
||||
{
|
||||
if ((id)self == other)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue