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. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
