]> git.draconx.ca Git - gob-dx.git/commit
Avoid GLib deprecation warnings when building gob.
authorNick Bowler <nbowler@draconx.ca>
Fri, 7 Feb 2020 02:27:40 +0000 (21:27 -0500)
committerNick Bowler <nbowler@draconx.ca>
Fri, 7 Feb 2020 02:27:40 +0000 (21:27 -0500)
commitb95b3724f522c3d7ab2ede752e2913287b172b8e
tree60567cdf4a987f17cefc7451352560a6eb8875ed
parent1b42784146ab0d40637c80cf6064bafe679a5a0a
Avoid GLib deprecation warnings when building gob.

The g_strdown functions are deprecated in GLib, we already have a
gob_strdown function which does the same thing with g_ascii_tolower,
but it seems a couple spots were missed.

There is also a call to g_strcasecmp which can be replaced by
g_ascii_strcasecmp.
src/checks.c
src/parse.y
src/util.c
src/util.h