mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 16:50:58 +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
237c7c418a
commit
12e5d0d9da
2 changed files with 2 additions and 1 deletions
|
@ -27,6 +27,7 @@
|
||||||
#include "Foundation/NSScanner.h"
|
#include "Foundation/NSScanner.h"
|
||||||
#include "Foundation/NSSet.h"
|
#include "Foundation/NSSet.h"
|
||||||
#include "Foundation/NSDebug.h"
|
#include "Foundation/NSDebug.h"
|
||||||
|
#include "Foundation/NSValue.h"
|
||||||
#include "GNUstepBase/GSLock.h"
|
#include "GNUstepBase/GSLock.h"
|
||||||
#include "GNUstepBase/GSMime.h"
|
#include "GNUstepBase/GSMime.h"
|
||||||
|
|
||||||
|
|
|
@ -160,7 +160,7 @@ authenticationMethod: (NSString *)authenticationMethod
|
||||||
return NO;
|
return NO;
|
||||||
}
|
}
|
||||||
|
|
||||||
- (unsigned) isEqual: (id)other
|
- (BOOL) isEqual: (id)other
|
||||||
{
|
{
|
||||||
if ((id)self == other)
|
if ((id)self == other)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue