]> git.droids-corp.org - dpdk.git/blobdiff - drivers/meson.build
crypto/openssl: add RSA and mod asym operations
[dpdk.git] / drivers / meson.build
index ac6c97297aeea3b11f101319872beeecf24ec846..1737d86b884b9c2d39fc83efb9a8edddc31bb381 100644 (file)
@@ -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