Skip to content

build: Disable GCC pedantic warnings

Sam Thursfield requested to merge sam/no-pedantic into master

This flag has detected some bugs and resulted in a number of good code cleanups

However, some of these warnings cannot neatly be fixed, as GLib depends on converting function points to (void *) and back again.

Merge request reports