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