X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=adt%2Fhashset.c;h=0579044f2312009202cccb65c9f4cd5f49a35c4b;hb=6ce20cc2a312d192c7958e5f2c603cb3cfca0b01;hp=415aaabce3d6816af0bc0c1359d412bec35e31ac;hpb=9081de598f497369098ad9241de7553273481ea4;p=cparser diff --git a/adt/hashset.c b/adt/hashset.c index 415aaab..0579044 100644 --- a/adt/hashset.c +++ b/adt/hashset.c @@ -84,7 +84,7 @@ #ifdef DO_REHASH #define HashSetEntry ValueType -#define EntrySetHash(entry,new_hash) +#define EntrySetHash(entry,new_hash) ((void)0) #define EntryGetHash(self,entry) Hash(self, GetKey(entry)) #define EntryGetValue(entry) (entry) #else /* ! DO_REHASH */