Skip to content

build: Add -Wno-pedantic flag to compiler arguments

Philip Withnall requested to merge pwithnall/glib:1662-no-pedantry into master

We do not support building with -Wpedantic due pervasively casting function pointers through (void*) — see https://wiki.gnome.org/Projects/GLib/CompilerRequirements#Function_pointer_conversions.

Signed-off-by: Philip Withnall withnall@endlessm.com

Helps #1662 (closed)

Merge request reports