Deprecate wfqueue
[urcu.git] / tests / test_urcu_wfq.c
index b3f03b9d680f9946193283d0eaec451a4c50922b..d1760414f30378151a62d8c34656e9f09002d6fc 100644 (file)
@@ -65,6 +65,10 @@ static inline pid_t gettid(void)
 #ifndef DYNAMIC_LINK_TEST
 #define _LGPL_SOURCE
 #endif
+
+/* Remove deprecation warnings from test build. */
+#define CDS_WFQ_DEPRECATED
+
 #include <urcu.h>
 #include <urcu/wfqueue.h>
 
This page took 0.022164 seconds and 4 git commands to generate.