Cyan4973 / xxHash

Extremely fast non-cryptographic hash algorithm
http://www.xxhash.com/
Other
8.93k stars 770 forks source link

NDEBUG redefined in xxh3.h #178

Closed totaam closed 5 years ago

totaam commented 5 years ago

This causes this warning (or error with -Werror):

In file included from xxhash.c:1017:
xxh3.h:50: error: "NDEBUG" redefined [-Werror]
 #define NDEBUG
Cyan4973 commented 5 years ago

Thanks for the report @totaam, an #undef just before will solve this situation.

Cyan4973 commented 5 years ago

This issue is fixed in latest dev branch update.