From: Jonathan Rajotte Date: Thu, 4 Jul 2019 20:02:12 +0000 (-0400) Subject: Fix: missing define when not building with gcc X-Git-Tag: v2.11.0-rc6~6 X-Git-Url: http://git.lttng.org/?p=lttng-modules.git;a=commitdiff_plain;h=b69ebac8298c6b6065a5bb04f5d3fc7a035e25da Fix: missing define when not building with gcc Signed-off-by: Jonathan Rajotte Signed-off-by: Mathieu Desnoyers --- diff --git a/lib/bitfield.h b/lib/bitfield.h index 2f7c01df..ebbe7544 100644 --- a/lib/bitfield.h +++ b/lib/bitfield.h @@ -44,6 +44,7 @@ # define _BT_DIAG_PUSH # define _BT_DIAG_POP # define _BT_DIAG_IGNORE +# define _BT_DIAG_IGNORE_TYPE_LIMITS #endif #define _bt_is_signed_type(type) ((type) -1 < (type) 0)