net/ice: fix memzone reserve and release in flow director
[dpdk.git] / drivers / net / ixgbe / base / meson.build
index 3147e11..bbd0f51 100644 (file)
@@ -18,8 +18,13 @@ sources = [
 ]
 
 error_cflags = ['-Wno-unused-value',
-               '-Wno-unused-but-set-variable']
+               '-Wno-unused-but-set-variable',
+               '-Wno-unused-parameter',
+               ]
 c_args = cflags
+if allow_experimental_apis
+       c_args += '-DALLOW_EXPERIMENTAL_API'
+endif
 foreach flag: error_cflags
        if cc.has_argument(flag)
                c_args += flag