Cleanup: tests: Branch condition evaluates to a garbage value
[urcu.git] / wfqueue.c
index dc7bdfc50f1dde9272a61e9ab766cdb16eceb32c..14272cb2eefba483bcb7a949209965684838597a 100644 (file)
--- a/wfqueue.c
+++ b/wfqueue.c
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+/* Remove deprecation warnings from LGPL wrapper build. */
+#define CDS_WFQ_DEPRECATED
+
 /* Do not #define _LGPL_SOURCE to ensure we can emit the wrapper symbols */
 #include "urcu/wfqueue.h"
-#include "urcu/wfqueue-static.h"
+#include "urcu/static/wfqueue.h"
 
 /*
  * library wrappers to be used by non-LGPL compatible source code.
This page took 0.022703 seconds and 4 git commands to generate.