[5/6] net/fm10k/base: remove warning disable flags
Checks
Commit Message
Not all the warning disable flags on the base code are necessary, so
reduce the list to only those needed.
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
---
drivers/net/fm10k/base/meson.build | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
@@ -10,9 +10,9 @@ sources = [
'fm10k_vf.c',
]
-error_cflags = ['-Wno-unused-parameter', '-Wno-unused-value',
- '-Wno-strict-aliasing', '-Wno-format-extra-args',
- '-Wno-unused-variable',
+error_cflags = [
+ '-Wno-unused-parameter',
+ '-Wno-unused-value',
'-Wno-implicit-fallthrough'
]
c_args = cflags