X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=wfqueue.c;fp=wfqueue.c;h=14272cb2eefba483bcb7a949209965684838597a;hp=33371718420c21ea70893ee44e53fdf973a9fa1f;hb=147485105cf7b5c8ea96d7f68df973b9c5a94e8e;hpb=d89ec7629b8cafdc12e619cf5f07ceb5b0279275 diff --git a/wfqueue.c b/wfqueue.c index 3337171..14272cb 100644 --- a/wfqueue.c +++ b/wfqueue.c @@ -20,6 +20,9 @@ * 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/static/wfqueue.h"