]> git.droids-corp.org - dpdk.git/blobdiff - drivers/event/dsw/meson.build
net/igc: fix build with gcc optimization level 0
[dpdk.git] / drivers / event / dsw / meson.build
index a6b7bfa59c3d42d545bc4fdc25252cbe86d3013b..60ab13d906122ae8cd629bd0a3879dad70a76f0c 100644 (file)
@@ -1,6 +1,8 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2018 Ericsson AB
 
-allow_experimental_apis = true
 deps += ['bus_vdev']
+if cc.has_argument('-Wno-format-nonliteral')
+       cflags += '-Wno-format-nonliteral'
+endif
 sources = files('dsw_evdev.c', 'dsw_event.c', 'dsw_xstats.c')