From: Nick Bowler Date: Tue, 11 Feb 2020 05:23:29 +0000 (-0500) Subject: Make --no-gnu suppress get_type function attributes. X-Git-Url: https://git.draconx.ca/gitweb/gob-dx.git/commitdiff_plain/1aa75d411dd68f6e015a747a39b5179cb5573bb8?hp=1aa75d411dd68f6e015a747a39b5179cb5573bb8 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. ---