From: Nick Bowler Date: Tue, 5 Apr 2022 01:09:07 +0000 (-0400) Subject: Disable deprecation warnings from Glib. X-Git-Url: http://git.draconx.ca/gitweb/slotifier.git/commitdiff_plain/7fa907f302724a95227b00943917740f8c1b0229?hp=7fa907f302724a95227b00943917740f8c1b0229 Disable deprecation warnings from Glib. Even if I wanted to make the suggested code changes to avoid these pointless warnings, in this case the problem is not in tihs package, but it comes from an external #include dependency via libgerbv. Thankfully we can simply define a macro to shut it all up. ---