]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/ixgbe/base/meson.build
net/hns3: support flow control
[dpdk.git] / drivers / net / ixgbe / base / meson.build
index 21ac64bf5c6d504593a29a6c6ba2b6980a2041e5..bbd0f51ea50e782c5bd06a17d997762d8d55b7f4 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'