build: disable experimental API check internally
[dpdk.git] / drivers / net / sfc / meson.build
index 4fb0d0a..c2f6af7 100644 (file)
@@ -11,8 +11,6 @@ if arch_subdir != 'x86' or not dpdk_conf.get('RTE_ARCH_64')
        reason = 'only supported on x86_64'
 endif
 
-allow_experimental_apis = true
-
 extra_flags = []
 
 # Strict-aliasing rules are violated by rte_eth_link to uint64_t casts
@@ -20,14 +18,12 @@ extra_flags += '-Wno-strict-aliasing'
 
 # Enable more warnings
 extra_flags += [
-       '-Wextra',
        '-Wdisabled-optimization'
 ]
 
 # Compiler and version dependent flags
 extra_flags += [
        '-Waggregate-return',
-       '-Wnested-externs',
        '-Wbad-function-cast'
 ]