From: Michael Jeanson Date: Mon, 17 Dec 2018 20:23:14 +0000 (-0500) Subject: Cleanup: compiler warning on 32-bit architectures X-Git-Tag: v0.11.0~12 X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=99ab1528d4df0c35bd209063c42123d1bc2f81ea;hp=99ab1528d4df0c35bd209063c42123d1bc2f81ea Cleanup: compiler warning on 32-bit architectures 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 Signed-off-by: Mathieu Desnoyers ---