mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Don't warn about all of the deprecated Gtk functions we're using.
This commit is contained in:
parent
3c65795d24
commit
f3b60c3a71
@ -1544,7 +1544,7 @@ then
|
||||
warnXXFLAGS=
|
||||
#We have a lot of unused variables. Don't warn until someone gets
|
||||
#around to cleaning them up.
|
||||
AM_CFLAGS="${AM_CFLAGS} -Wno-unused"
|
||||
AM_CFLAGS="${AM_CFLAGS} -Wno-unused -Wno-deprecated-declarations"
|
||||
# other flags...
|
||||
# These next two are included in the COMPILE_WARNINGS
|
||||
#warnFLAGS="${warnFLAGS} -Wmissing-prototypes"
|
||||
|
Loading…
Reference in New Issue
Block a user