]> git.droids-corp.org - dpdk.git/blobdiff - drivers/bus/dpaa/meson.build
build: enable extra warnings with meson
[dpdk.git] / drivers / bus / dpaa / meson.build
index 19daaa5b596c20768826c2a10a2fe11ae0772e42..c9c3b2415e2f8b8b70ec1c432760ced26e71f93b 100644 (file)
@@ -27,5 +27,8 @@ allow_experimental_apis = true
 if cc.has_argument('-Wno-cast-qual')
        cflags += '-Wno-cast-qual'
 endif
+if cc.has_argument('-Wno-pointer-arith')
+       cflags += '-Wno-pointer-arith'
+endif
 
 includes += include_directories('include', 'base/qbman')