From 2893fd38a545cad241728ce58c23eeb679fdbbb7517b68b6afed9f9638b1accb Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 7 Feb 2022 09:49:55 +0000 Subject: [PATCH] Accepting request 950688 from home:marxin:branches:devel:tools:compiler - Silent warnings for tramp3d compilation. OBS-URL: https://build.opensuse.org/request/show/950688 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/dwz?expand=0&rev=39 --- dwz.changes | 5 +++++ dwz.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/dwz.changes b/dwz.changes index 8055266..807d6af 100644 --- a/dwz.changes +++ b/dwz.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 2 09:20:10 UTC 2022 - Martin Liška + +- Silent warnings for tramp3d compilation. + ------------------------------------------------------------------- Wed Jan 5 06:20:01 UTC 2022 - Martin Liška diff --git a/dwz.spec b/dwz.spec index 6123a7f..8ab4276 100644 --- a/dwz.spec +++ b/dwz.spec @@ -127,7 +127,7 @@ xz -d tramp3d-v4.cpp.xz # Do PGO with tramp3d as input file %make_build CFLAGS="%{flags} -fprofile-generate" LDFLAGS="-fprofile-generate" -g++ tramp3d-v4.cpp -O2 -g -o t1 +g++ tramp3d-v4.cpp -O2 -g -w -o t1 cp t1 t2 cp t1 t3 cp t1 t4