Missing define when not building with gcc
[babeltrace.git] / src / compat / bitfield.h
index a24904bd5c1d1a56f2b58a8700cafb9275741614..5e5a046f033d600ce67821c8f8ae4062b3ea7ef2 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.024742 seconds and 4 git commands to generate.