summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2017-07-14 21:26:48 -0400
committerRussell Bryant <russell@ovn.org>2017-07-14 21:29:18 -0400
commitfa792e4f62b829c23f60a743069d2114c7ae2e24 (patch)
tree39d32d59da4508166e5a114982e983a969aeb346 /configure.ac
parentdd95bb5e1390f2a6e6e82208d8e4e23148de002d (diff)
downloadopenvswitch-fa792e4f62b829c23f60a743069d2114c7ae2e24.tar.gz
test-util: Avoid format truncation warning for snprintf() tests.
Reported-by: Timothy Redaelli <tredaelli@redhat.com> Signed-off-by: Ben Pfaff <blp@ovn.org> Signed-off-by: Russell Bryant <russell@ovn.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ab002a0a0..23afe4c71 100644
--- a/configure.ac
+++ b/configure.ac
@@ -169,7 +169,6 @@ OVS_ENABLE_OPTION([-Wduplicated-cond])
OVS_ENABLE_OPTION([-Qunused-arguments])
OVS_CONDITIONAL_CC_OPTION([-Wno-unused], [HAVE_WNO_UNUSED])
OVS_CONDITIONAL_CC_OPTION([-Wno-unused-parameter], [HAVE_WNO_UNUSED_PARAMETER])
-OVS_CONDITIONAL_CC_OPTION([-Wno-format-truncation], [HAVE_WNO_FORMAT_TRUNCATION])
OVS_ENABLE_WERROR
OVS_ENABLE_SPARSE
OVS_CTAGS_IDENTIFIERS