mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Merge branch 'maint'
Revert error on warning default when building from scm
This commit is contained in:
commit
8784b94491
@ -1295,7 +1295,7 @@ then
|
|||||||
if test "x$BUILDING_FROM_SCM" = "xyes"
|
if test "x$BUILDING_FROM_SCM" = "xyes"
|
||||||
then
|
then
|
||||||
# This code is from svn/svk/git/bzr, so enable error-on-warning
|
# 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
|
else
|
||||||
# This is from a tarball, so disable error-on-warning
|
# This is from a tarball, so disable error-on-warning
|
||||||
error_on_warning_as_default="no"
|
error_on_warning_as_default="no"
|
||||||
|
Loading…
Reference in New Issue
Block a user