Fix: missing define when not building with gcc
[lttng-modules.git] / lib / bitfield.h
index 2f7c01dfc8d6f61289dc96051267e658c43f1f36..ebbe7544cdd585bff9351416490dc43c5cb67718 100644 (file)
@@ -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)
This page took 0.025645 seconds and 4 git commands to generate.