Port: Fixes to build system for portability
[urcu.git] / rculfstack.c
index 574ea874265b316f9aed44ce998c16a034f3c585..df5c54703820461766b6cc18bf7f961812cad8b7 100644 (file)
@@ -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"
This page took 0.022143 seconds and 4 git commands to generate.