|
From: | Andreas Höschler |
Subject: | Getting rid of unwanted warnings |
Date: | Thu, 26 Jan 2006 18:49:16 +0100 |
Hello,we are using gcc 3.4.4. Any idea how we could get rid of these "multiple methods named" warnings?
DBCMemberController.m:167: warning: multiple methods named `-objectForKey:' found /opt/GNUstep/System/Library/Headers/Foundation/NSDictionary.h:72: warning: using `-(id)objectForKey:(id)aKey' /opt/GNUstep/System/Library/Headers/Foundation/NSUserDefaults.h:245: warning: also found `-(id)objectForKey:(NSString *)defaultName' DBCMemberController.m:173: warning: multiple methods named `-objectForKey:' found /opt/GNUstep/System/Library/Headers/Foundation/NSDictionary.h:72: warning: using `-(id)objectForKey:(id)aKey' /opt/GNUstep/System/Library/Headers/Foundation/NSUserDefaults.h:245: warning: also found `-(id)objectForKey:(NSString *)defaultName' DBCMemberController.m: In function `-[DBCMemberController tableView:objectValueForTableColumn:row:]': DBCMemberController.m:198: warning: multiple methods named `-objectForKey:' found /opt/GNUstep/System/Library/Headers/Foundation/NSDictionary.h:72: warning: using `-(id)objectForKey:(id)aKey' /opt/GNUstep/System/Library/Headers/Foundation/NSUserDefaults.h:245: warning: also found `-(id)objectForKey:(NSString *)defaultName'
... Thanks a lot! Regards, Andreas
[Prev in Thread] | Current Thread | [Next in Thread] |