X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=rculfstack.c;fp=rculfstack.c;h=df5c54703820461766b6cc18bf7f961812cad8b7;hp=574ea874265b316f9aed44ce998c16a034f3c585;hb=d89ec7629b8cafdc12e619cf5f07ceb5b0279275;hpb=47215721095cf47e110f113d26f9e61514405a4c diff --git a/rculfstack.c b/rculfstack.c index 574ea87..df5c547 100644 --- a/rculfstack.c +++ b/rculfstack.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_LFS_RCU_DEPRECATED + /* Do not #define _LGPL_SOURCE to ensure we can emit the wrapper symbols */ #undef _LGPL_SOURCE #include "urcu/rculfstack.h"