From 1aadc0d3a0b71e03913ebf410e08d1ffae76adc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Mon, 1 Jul 2019 15:52:48 +0200 Subject: [PATCH] webkit2gtk: reduce insane amount of warnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- srcpkgs/webkit2gtk/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/webkit2gtk/template b/srcpkgs/webkit2gtk/template index 9918fd28639..c16b0abbd66 100644 --- a/srcpkgs/webkit2gtk/template +++ b/srcpkgs/webkit2gtk/template @@ -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"