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:
Richard Frith-MacDonald 2006-06-21 08:41:23 +00:00
parent 334a957eb5
commit 58452e1a6c
2 changed files with 2 additions and 1 deletions

View file

@ -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"

View file

@ -160,7 +160,7 @@ authenticationMethod: (NSString *)authenticationMethod
return NO;
}
- (unsigned) isEqual: (id)other
- (BOOL) isEqual: (id)other
{
if ((id)self == other)
{