From b6e1397dc4506a816eec16342cb12a913b9b0b13 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Thu, 4 Jul 2019 14:51:36 -0400 Subject: [PATCH] Fix: missing define when not building with gcc Signed-off-by: Jonathan Rajotte Signed-off-by: Mathieu Desnoyers --- include/lttng/bitfield.h | 1 + 1 file changed, 1 insertion(+) 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) -- 2.34.1