[lttng-dev] [PATCH urcu] Cleanup: compiler warning on 32-bit architectures

2018-12-17 Thread Michael Jeanson
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

Re: [lttng-dev] [PATCH urcu] Cleanup: compiler warning on 32-bit architectures

2018-12-17 Thread Mathieu Desnoyers
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