webkit2gtk: reduce insane amount of warnings

gcc9 new warnings spam the build log. Remove the -Wno-... from
CXXFLAGS after upstream updates to see if the situation improves.

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2019-07-01 15:52:48 +02:00
parent 5cb392d4ed
commit 1aadc0d3a0

View file

@ -32,7 +32,7 @@ checksum=019cb1f0d05bf6148b72c7a85734bcd006388a1c14132843ef9a1b2cb7b4321c
# ETOOHUGE
nodebug=1
CXXFLAGS="-Wno-expansion-to-defined"
CXXFLAGS="-Wno-expansion-to-defined -Wno-redundant-move -Wno-deprecated-copy"
# Package build options
build_options="gir wayland x11 jit sampling_profiler"