]> git.draconx.ca Git - dxcommon.git/commitdiff
Try an additional workaround for GLib inline issue.
authorNick Bowler <nbowler@draconx.ca>
Sat, 8 Feb 2020 21:36:53 +0000 (16:36 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sat, 8 Feb 2020 21:42:31 +0000 (16:42 -0500)
It seems there are a range of GLib versions which #define G_INLINE_FUNC
unconditionally and thus we cannot work around the headers reliance on
obsolete GNU inline semantics by predefining this macro.

On these versions, we can define G_IMPLEMENT_INLINES to disable inline
function usage altogether.  This is less ideal but it will at least
allow compilation to proceed.


No differences found