]> git.droids-corp.org - dpdk.git/blobdiff - drivers/raw/ifpga/base/meson.build
net/ice: support flow ops thread safe
[dpdk.git] / drivers / raw / ifpga / base / meson.build
index f1015bbee30dcc5b9e7809630d5bfe3870d838e0..b13e13e894527d7cf828e81df0024c5c03baebc0 100644 (file)
@@ -23,18 +23,7 @@ sources = [
        'opae_eth_group.c',
 ]
 
        'opae_eth_group.c',
 ]
 
-error_cflags = ['-Wno-sign-compare', '-Wno-unused-value',
-               '-Wno-format', '-Wno-error=format-security',
-               '-Wno-strict-aliasing', '-Wno-unused-but-set-variable'
-]
-c_args = cflags
-foreach flag: error_cflags
-       if cc.has_argument(flag)
-               c_args += flag
-       endif
-endforeach
-
 base_lib = static_library('ifpga_rawdev_base', sources,
        dependencies: static_rte_eal,
 base_lib = static_library('ifpga_rawdev_base', sources,
        dependencies: static_rte_eal,
-       c_args: c_args)
+       c_args: cflags)
 base_objs = base_lib.extract_all_objects()
 base_objs = base_lib.extract_all_objects()