net/i40e: use -Wno-error=format-security for meson
authorLuca Boccassi <bluca@debian.org>
Mon, 17 Sep 2018 09:01:26 +0000 (10:01 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 17 Sep 2018 10:18:13 +0000 (12:18 +0200)
commit60bd13a29671cda0f48ed154c6a95f7f21f83326
tree1faf2290d116fa3106d0886e683d25ee99035668
parentfd5a5cf7a9a477be57c075140e49b7dce5102c68
net/i40e: use -Wno-error=format-security for meson

This PMD is built with -Wno-format, which means GCC errors out if
-Wformat-security is used.

Fixes: e940646b20fa ("drivers/net: build Intel NIC PMDs with meson")
Cc: stable@dpdk.org
Signed-off-by: Luca Boccassi <bluca@debian.org>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
drivers/net/i40e/base/meson.build