build: disable experimental API check internally
[dpdk.git] / drivers / net / dpaa / meson.build
index 94c0e22..271416f 100644 (file)
@@ -10,6 +10,8 @@ deps += ['mempool_dpaa']
 sources = files('dpaa_ethdev.c',
                'dpaa_rxtx.c')
 
-allow_experimental_apis = true
+if cc.has_argument('-Wno-pointer-arith')
+       cflags += '-Wno-pointer-arith'
+endif
 
 install_headers('rte_pmd_dpaa.h')