Eliminate gq-marshal compile warning
authorColin Clark <colin.clark@cclark.uk>
Thu, 6 Jul 2023 09:01:16 +0000 (10:01 +0100)
committerColin Clark <colin.clark@cclark.uk>
Thu, 6 Jul 2023 09:01:16 +0000 (10:01 +0100)
commit024f07d6d4da8b7eb873a35ed125c96ff56dc6db
tree14d9f4c6e847965bb01bd62e623915925b20f42b
parentfbe1d5d3f08bf065fd6901f642a1d1c701d277c4
Eliminate gq-marshal compile warning

glib-genmarshal produces code that results in:

warning: ISO C forbids conversion of object pointer to function pointer
type [-Wpedantic]

Insert a pragma at the start of the code to inhibit this.
scripts/gq-marshal-pragma.sh [new file with mode: 0755]
scripts/meson.build
src/meson.build