Thanks! Applied to master.
On Fri, Apr 28, 2017 at 04:50:30PM -0700, Jarno Rajahalme wrote: > Acked-by: Jarno Rajahalme <[email protected]> > > > On Mar 20, 2017, at 10:10 PM, Ben Pfaff <[email protected]> wrote: > > > > Until now, the Travis build for Mac OS X has been configured to ignore > > format specifier warnings. These warnings have now been fixed, so this > > commit changes such warnings to error. > > > > Suggested-by: Daniele Di Proietto <[email protected]> > > Signed-off-by: Ben Pfaff <[email protected]> > > --- > > .travis/osx-build.sh | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/.travis/osx-build.sh b/.travis/osx-build.sh > > index 4db9c8d048a4..f11d7b9af5d6 100755 > > --- a/.travis/osx-build.sh > > +++ b/.travis/osx-build.sh > > @@ -2,7 +2,7 @@ > > > > set -o errexit > > > > -CFLAGS="-Werror -Wno-error=format $CFLAGS" > > +CFLAGS="-Werror $CFLAGS" > > EXTRA_OPTS="" > > > > function configure_ovs() > > -- > > 2.10.2 > > > > _______________________________________________ > > dev mailing list > > [email protected] > > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
