examples/l3fwd-power: select default mode automatically
[dpdk.git] / examples / tep_termination / meson.build
index a75cc71..f65d689 100644 (file)
@@ -10,7 +10,7 @@ if not is_linux
        build = false
 endif
 deps += ['hash', 'vhost']
-allow_experimental_apis = true
+cflags += '-Wno-deprecated-declarations'
 sources = files(
        'main.c', 'vxlan.c', 'vxlan_setup.c'
 )