[ovs-dev] [PATCH] configure.ac: Enable -Werror in CFLAGS by default.

Ben Pfaff blp at nicira.com
Thu Mar 10 18:58:15 UTC 2011


On Thu, Mar 10, 2011 at 10:55:19AM -0800, Andrew Evans wrote:
> +OVS_ENABLE_OPTION([-Werror])

No, please don't push this.  It will cause problems whenever anyone
compiles with a different compiler version or on a different
architecture (for example, SPARC has a number of warnings).

It's fine if you want to build with -Werror, but you can configure that
locally instead.



More information about the dev mailing list