X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fmeson.build;h=1737d86b884b9c2d39fc83efb9a8edddc31bb381;hb=3e9d6bd447fb;hp=ac6c97297aeea3b11f101319872beeecf24ec846;hpb=3c32e89f68e1f6edfd715b76925b95700e9cd4aa;p=dpdk.git diff --git a/drivers/meson.build b/drivers/meson.build index ac6c97297a..1737d86b88 100644 --- a/drivers/meson.build +++ b/drivers/meson.build @@ -32,6 +32,9 @@ foreach class:driver_classes sources = [] objs = [] cflags = machine_args + if cc.has_argument('-Wno-format-truncation') + cflags += '-Wno-format-truncation' + endif includes = [include_directories(drv_path)] # set up internal deps. Drivers can append/override as necessary deps = std_deps