Re: [ovs-dev] [PATCH] configure: Enable GCC relevant new 8.x warning options.

2018-08-15 Thread Ben Pfaff
On Fri, Jul 13, 2018 at 11:17:16AM -0400, Aaron Conole wrote: > Ben Pfaff writes: > > > These don't trigger any new actual warnings in my own build. > > > > GCC 8.x adds other new warning options that are enabled by -Wall or > > -Wextra. This commit doesn't explicitly enable those because OVS

Re: [ovs-dev] [PATCH] configure: Enable GCC relevant new 8.x warning options.

2018-07-13 Thread Aaron Conole
Ben Pfaff writes: > These don't trigger any new actual warnings in my own build. > > GCC 8.x adds other new warning options that are enabled by -Wall or > -Wextra. This commit doesn't explicitly enable those because OVS already > enables -Wall and -Wextra. > > Signed-off-by: Ben Pfaff > ---

Re: [ovs-dev] [PATCH] configure: Enable GCC relevant new 8.x warning options.

2018-07-12 Thread Ben Pfaff
This still needs a review. On Thu, Jun 14, 2018 at 02:49:23PM -0700, Ben Pfaff wrote: > These don't trigger any new actual warnings in my own build. > > GCC 8.x adds other new warning options that are enabled by -Wall or > -Wextra. This commit doesn't explicitly enable those because OVS already