From 89c09c1cd1f03506831105881ac29ffae74341f3 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 15 Aug 2018 10:38:09 -0700 Subject: netdev: Clean up class initialization. The macros are hard to read. This makes it a little more readable. Signed-off-by: Ben Pfaff Signed-off-by: Ian Stokes --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 09464cab0..ba9e7d66d 100644 --- a/configure.ac +++ b/configure.ac @@ -175,6 +175,7 @@ OVS_ENABLE_OPTION([-Wshadow]) OVS_ENABLE_OPTION([-Wmultistatement-macros]) OVS_ENABLE_OPTION([-Wcast-align=strict]) OVS_ENABLE_OPTION([-Wno-null-pointer-arithmetic]) +OVS_ENABLE_OPTION([-Warray-bounds-pointer-arithmetic]) OVS_CONDITIONAL_CC_OPTION([-Wno-unused], [HAVE_WNO_UNUSED]) OVS_CONDITIONAL_CC_OPTION([-Wno-unused-parameter], [HAVE_WNO_UNUSED_PARAMETER]) OVS_ENABLE_WERROR -- cgit v1.2.1