X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=e84a3cbb681d6f9aa533fc437a0f72bf83ce10c3;hb=25acf322b972c15468b56f022cb48187409df339;hp=1e56c462836f1324f76a126c43bb4484ae478ec0;hpb=b7f22a6aeb08ce3fca4f895ad19fba089bdeef52;p=openvswitch diff --git a/configure.ac b/configure.ac index 1e56c462..e84a3cbb 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ # limitations under the License. AC_PREREQ(2.63) -AC_INIT(openvswitch, 0.99.0, ovs-bugs@openvswitch.org) +AC_INIT(openvswitch, 0.99.1, ovs-bugs@openvswitch.org) NX_BUILDNR AC_CONFIG_SRCDIR([datapath/datapath.c]) AC_CONFIG_MACRO_DIR([m4]) @@ -75,6 +75,7 @@ OVS_ENABLE_OPTION([-Wold-style-definition]) OVS_ENABLE_OPTION([-Wmissing-prototypes]) OVS_ENABLE_OPTION([-Wmissing-field-initializers]) OVS_ENABLE_OPTION([-Wno-override-init]) +OVS_CONDITIONAL_CC_OPTION([-Wno-unused], [HAVE_WNO_UNUSED]) AC_ARG_VAR(KARCH, [Kernel Architecture String]) AC_SUBST(KARCH)