From: Jonathan Rajotte Date: Thu, 4 Jul 2019 18:51:36 +0000 (-0400) Subject: Fix: missing define when not building with gcc X-Git-Tag: v2.12.0-rc1~33 X-Git-Url: http://git.lttng.org/?p=lttng-ust.git;a=commitdiff_plain;h=b6e1397dc4506a816eec16342cb12a913b9b0b13 Fix: missing define when not building with gcc Signed-off-by: Jonathan Rajotte Signed-off-by: Mathieu Desnoyers --- diff --git a/include/lttng/bitfield.h b/include/lttng/bitfield.h index 7faf23f9..92f1c2c9 100644 --- a/include/lttng/bitfield.h +++ b/include/lttng/bitfield.h @@ -59,6 +59,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)