From 8fdcf9a7ebb5769a5a8b16b608f2fcce255cbaa46e209385edb7f4a298227c44 Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Tue, 7 Jul 2015 10:37:12 +0000 Subject: [PATCH] Accepting request 315381 from home:Andreas_Schwab:Factory - Ignore cdecl warning also on arm OBS-URL: https://build.opensuse.org/request/show/315381 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cpprest?expand=0&rev=10 --- cpprest.changes | 5 +++++ cpprest.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/cpprest.changes b/cpprest.changes index 0d75f3f..603a1aa 100644 --- a/cpprest.changes +++ b/cpprest.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 7 08:37:35 UTC 2015 - schwab@suse.de + +- Ignore cdecl warning also on arm + ------------------------------------------------------------------- Sun Jun 28 13:11:08 UTC 2015 - astieger@suse.com diff --git a/cpprest.spec b/cpprest.spec index 64c1d42..c212dec 100644 --- a/cpprest.spec +++ b/cpprest.spec @@ -69,7 +69,7 @@ Development files. %build %cmake \ -DCMAKE_BUILD_TYPE=Release \ -%ifarch ppc ppc64 ppc64le aarch64 armv7l +%ifarch ppc ppc64 ppc64le aarch64 %arm -DCMAKE_CXX_FLAGS:STRING="%{optflags} -Wno-error=attributes -Wno-error=type-limits -Wno-error=cast-align -Wno-error=deprecated-declarations" \ %endif ../Release