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.9.6~6 X-Git-Url: http://git.liburcu.org/?p=lttng-ust.git;a=commitdiff_plain;h=d5ba07d37b64b46ba6887dd00bb70f4cd47513e8 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)