]> git.draconx.ca Git - gob-dx.git/commit
Make --no-gnu suppress get_type function attributes.
authorNick Bowler <nbowler@draconx.ca>
Tue, 11 Feb 2020 05:23:29 +0000 (00:23 -0500)
committerNick Bowler <nbowler@draconx.ca>
Wed, 3 Mar 2021 05:49:56 +0000 (00:49 -0500)
commit1aa75d411dd68f6e015a747a39b5179cb5573bb8
tree4472fee71a59e36a785bbc9ae1d78920a54ea91a
parent926b8d8fb3ecffe60f3eaefcd5ec40a5273251ce
Make --no-gnu suppress get_type function attributes.

For some reason the G_GNUC_CONST / G_GNUC_PURE attributes on generated
get_type function declarations are not currently covered by the --no-gnu
option.  This seems unexpected, so let's get those suppressed.
src/main.c
tests/options.at