net/i40e: remove duplicate tunnel type check
[dpdk.git] / drivers / net / ixgbe / base / meson.build
index 3147e11..48bbb86 100644 (file)
@@ -1,5 +1,5 @@
 # SPDX-License-Identifier: BSD-3-Clause
-# Copyright(c) 2017 Intel Corporation
+# Copyright(c) 2017-2020 Intel Corporation
 
 sources = [
        'ixgbe_82598.c',
@@ -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
 foreach flag: error_cflags
        if cc.has_argument(flag)