X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=wfqueue.c;h=14272cb2eefba483bcb7a949209965684838597a;hp=dc7bdfc50f1dde9272a61e9ab766cdb16eceb32c;hb=6a00c945d10d68e174c9fe96b2a98eb124b0d77e;hpb=16aa9ee87cf4364921c36025359be01390338d87 diff --git a/wfqueue.c b/wfqueue.c index dc7bdfc..14272cb 100644 --- a/wfqueue.c +++ b/wfqueue.c @@ -20,9 +20,12 @@ * 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.