Deprecate rculfstack
[urcu.git] / tests / test_urcu_lfs_rcu.c
index d1e0ee9a8a7ad101d9206dc5dd6e0e2ab8c6038d..c356d1db0bce24531d1e644bb85a3bdcd2314cd6 100644 (file)
@@ -66,6 +66,10 @@ static inline pid_t gettid(void)
 #define _LGPL_SOURCE
 #endif
 #include <urcu.h>
+
+/* Remove deprecation warnings from test build. */
+#define CDS_LFS_RCU_DEPRECATED
+
 #include <urcu/cds.h>
 
 static volatile int test_go, test_stop;
This page took 0.021747 seconds and 4 git commands to generate.