Merge branch 'maint'

Revert error on warning default when building from scm
This commit is contained in:
Geert Janssens 2014-04-28 18:45:18 +02:00
commit 8784b94491

View File

@ -1295,7 +1295,7 @@ then
if test "x$BUILDING_FROM_SCM" = "xyes"
then
# This code is from svn/svk/git/bzr, so enable error-on-warning
error_on_warning_as_default="no"
error_on_warning_as_default="yes"
else
# This is from a tarball, so disable error-on-warning
error_on_warning_as_default="no"