[lttng-dev] [PATCH lttng-ust 1/2] Fix: missing define when not building with gcc
Jonathan Rajotte
jonathan.rajotte-julien at efficios.com
Thu Jul 4 14:51:36 EDT 2019
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien at efficios.com>
---
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.17.1
More information about the lttng-dev
mailing list