Try and avoid meaningless deprecation warnings from GLib and GTK
commit409fe1a3234cf9e1fa74f81d1404fa3123e7c973
authorColomban Wendling <ban@herbesfolles.org>
Wed, 24 Feb 2016 19:31:58 +0000 (24 20:31 +0100)
committerColomban Wendling <ban@herbesfolles.org>
Wed, 24 Feb 2016 21:06:14 +0000 (24 22:06 +0100)
treeed6bf94080e0d7d69fdc2dde5662ff5345857c6c
parent3973892e29e5755d8b940870c6884fdbe94dd138
Try and avoid meaningless deprecation warnings from GLib and GTK

Avoid deprecation warnings from GLib and GTK versions newer than what
we currently require by default.

To undo this and get all deprecation warnings back, undefine
`GLIB_VERSION_MIN_REQUIRED` and `GDK_DISABLE_DEPRECATION_WARNINGS` on
the command line (e.g. using `-U...` in `CFLAGS`).
HACKING
configure.ac