Fix: missing define when not building with gcc
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 4 Jul 2019 18:51:36 +0000 (14:51 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 4 Jul 2019 18:53:37 +0000 (14:53 -0400)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/lttng/bitfield.h

index 7faf23f98f08b301a86a0f52ef226170244833c5..92f1c2c988bcd0d2bfe3aa9aa137a0b5d6f8d272 100644 (file)
@@ -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)
This page took 0.024904 seconds and 4 git commands to generate.