build: disable experimental API check internally
[dpdk.git] / drivers / net / vdev_netvsc / meson.build
index c82c547..58b0012 100644 (file)
@@ -7,11 +7,7 @@ if not is_linux
 endif
 sources = files('vdev_netvsc.c')
 
-allow_experimental_apis = true
-
 cflags_options = [
-        '-Wall',
-        '-Wextra',
         '-D_BSD_SOURCE',
         '-D_DEFAULT_SOURCE',
         '-D_XOPEN_SOURCE=600'