X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=rculfstack.c;h=df5c54703820461766b6cc18bf7f961812cad8b7;hp=574ea874265b316f9aed44ce998c16a034f3c585;hb=074c3a1bde68f3d2607c5c4711ec456dbdb05bce;hpb=92cfe223501f564d3bd726a6c580702daeef4198 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"