Fix: missing define when not building with gcc
[lttng-ust.git] / 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.024221 seconds and 4 git commands to generate.