You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
Thank you for #4067. The proper fix is probably simply to disable -Wpedantic for glib? Similar modifications already exist for swig bindings. 74c3dad can be reverted then.
As mentioned in #4055 (comment) compiling GLib (since 2.70.0) currently causes the following error:
After reporting the problem upstream it turns out that GLib does not support the
-Wpedantic
flag as documented here: https://wiki.gnome.org/Projects/GLib/CompilerRequirements.They also noted that
-std=gnu99
and-Wpedantic
should not be used together.In either case, it seems they will not support
-Wpedantic
any time soon, so we will at least have to remove the flag where glib is used.The text was updated successfully, but these errors were encountered: