From: Nick Bowler Date: Thu, 24 Feb 2022 02:49:33 +0000 (-0500) Subject: Disable deprecation warnings from Glib. X-Git-Url: https://git.draconx.ca/gitweb/upkg.git/commitdiff_plain/52c1b4699e8f5c396e3316a813d73de8075df97a?hp=52c1b4699e8f5c396e3316a813d73de8075df97a Disable deprecation warnings from Glib. Having glib spew out pages of warnings just because we happened to build on a machine with a newer version installed, telling us to modify perfectly working code to break compatibility and risk regressions for no reason... seems a bit daft. Fortunately we can simply define a macro to shut it all up. Doing this in config.h revealed that many source files don't include it, which is a bug in its own right so fix that up at the same time. ---