mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Avoid warnng.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3122 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2e4e69d70f
commit
af846fdfd3
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ myEqual(NSObject *self, NSObject *other)
|
|||
*/
|
||||
#define FAST_MAP_HASH(X) myHash(X.o)
|
||||
#define FAST_MAP_EQUAL(X,Y) myEqual(X.o,Y.o)
|
||||
#define FAST_MAP_RETAIN_KEY(X) [(X).o copyWithZone: map->zone]
|
||||
#define FAST_MAP_RETAIN_KEY(X) [((id)(X).o) copyWithZone: map->zone]
|
||||
|
||||
#include "FastMap.x"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue