summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJarno Rajahalme <jrajahalme@nicira.com>2014-05-28 16:56:29 -0700
committerJarno Rajahalme <jrajahalme@nicira.com>2014-05-28 16:56:29 -0700
commit7c96151e33dcb8e547d2bd19de4a1ec62b2b36a0 (patch)
treed37b871f5cbe146b15af8b958535d3dd7a2fed07 /configure.ac
parent2e388fa1c0ef59513d2ee2f180804be66228c1e0 (diff)
downloadopenvswitch-7c96151e33dcb8e547d2bd19de4a1ec62b2b36a0.tar.gz
CodingStyle: Allow C99 mixing of declarations and code.
As even the MSVC 2013 now supports the C99 mixing of declarations and code, we can now allow them in OVS code. Signed-off-by: Jarno Rajahalme <jrajahalme@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com>
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 3379ff657..4bf69e868 100644
--- a/configure.ac
+++ b/configure.ac
@@ -100,7 +100,6 @@ OVS_ENABLE_OPTION([-Wall])
OVS_ENABLE_OPTION([-Wextra])
OVS_ENABLE_OPTION([-Wno-sign-compare])
OVS_ENABLE_OPTION([-Wpointer-arith])
-OVS_ENABLE_OPTION([-Wdeclaration-after-statement])
OVS_ENABLE_OPTION([-Wformat-security])
OVS_ENABLE_OPTION([-Wno-format-zero-length])
OVS_ENABLE_OPTION([-Wswitch-enum])