]> git.draconx.ca Git - slotifier.git/commit
Disable deprecation warnings from Glib.
authorNick Bowler <nbowler@draconx.ca>
Tue, 5 Apr 2022 01:09:07 +0000 (21:09 -0400)
committerNick Bowler <nbowler@draconx.ca>
Tue, 5 Apr 2022 01:17:11 +0000 (21:17 -0400)
commit7fa907f302724a95227b00943917740f8c1b0229
treea85789e41198079b672f990b1aa6732b2621487d
parentaa3c06cba1334bf983792ed6492f524be2782418
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.
configure.ac