Don't warn about all of the deprecated Gtk functions we're using.

This commit is contained in:
John Ralls 2017-07-08 14:04:51 -07:00
parent 3c65795d24
commit f3b60c3a71

View File

@ -1544,7 +1544,7 @@ then
warnXXFLAGS= warnXXFLAGS=
#We have a lot of unused variables. Don't warn until someone gets #We have a lot of unused variables. Don't warn until someone gets
#around to cleaning them up. #around to cleaning them up.
AM_CFLAGS="${AM_CFLAGS} -Wno-unused" AM_CFLAGS="${AM_CFLAGS} -Wno-unused -Wno-deprecated-declarations"
# other flags... # other flags...
# These next two are included in the COMPILE_WARNINGS # These next two are included in the COMPILE_WARNINGS
#warnFLAGS="${warnFLAGS} -Wmissing-prototypes" #warnFLAGS="${warnFLAGS} -Wmissing-prototypes"