[lttng-dev] [PATCH lttng-modules 1/2] Fix: missing define when not building with gcc

Jonathan Rajotte jonathan.rajotte-julien at efficios.com
Thu Jul 4 16:02:12 EDT 2019


Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien at efficios.com>
---
 lib/bitfield.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/bitfield.h b/lib/bitfield.h
index 2f7c01d..ebbe754 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)
-- 
2.17.1



More information about the lttng-dev mailing list