webkitgtk: reduce gcc7 warnings spamming the log
This commit is contained in:
parent
81bc2901b8
commit
918077677e
|
@ -41,6 +41,9 @@ aarch64*)
|
|||
configure_args+=" --disable-jit"
|
||||
esac
|
||||
|
||||
CFLAGS+=" -Wno-expansion-to-defined"
|
||||
CXXFLAGS+=" -Wno-expansion-to-defined"
|
||||
|
||||
# Explicit order since webkitgtk2-devel depends on webkitgtk2
|
||||
subpackages="webkitgtk-devel webkitgtk2 webkitgtk2-devel"
|
||||
|
||||
|
|
Loading…
Reference in New Issue