net/mlx5: fix DevX event registration timing
[dpdk.git] / drivers / net / ixgbe / base / meson.build
index 21ac64b..bbd0f51 100644 (file)
@@ -18,7 +18,9 @@ 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'