From fa792e4f62b829c23f60a743069d2114c7ae2e24 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 14 Jul 2017 21:26:48 -0400 Subject: test-util: Avoid format truncation warning for snprintf() tests. Reported-by: Timothy Redaelli Signed-off-by: Ben Pfaff Signed-off-by: Russell Bryant --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') 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 -- cgit v1.2.1