[UBsan] Added macro CDS_SUPPRESS_SANITIZE for sanitizers to suppress some warnings
[libcds.git] / cds / compiler / icl / defs.h
index 9417bd73109a5141ace7587156b0c94f50e8797b..322f8aa582bcc6b4a03d1ee872320ab4850a727f 100644 (file)
 #   endif
 #endif
 
+// Sanitizer attributes (not supported)
+#define CDS_SUPPRESS_SANITIZE( ... )
+
 #include <cds/compiler/icl/compiler_barriers.h>
 
 //@endcond