Replace a runtime test for 64-bit arch by a preprocessor test to
fix this compiler warning on 32-bit archs :
comparison is always true due to limited range of data type [-Wtype-limits]
Signed-off-by: Michael Jeanson
---
src/rculfhash.c | 45 +++--
1 fil
Merged into master branch, thanks!
Mathieu
- On Dec 17, 2018, at 3:23 PM, Michael Jeanson mjean...@efficios.com wrote:
> Replace a runtime test for 64-bit arch by a preprocessor test to
> fix this compiler warning on 32-bit archs :
>
> comparison is always true due to limited range of data