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



_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to