Resoleve build break error 36/224636/2 accepted/tizen/unified/20200224.081411 submit/tizen/20200217.011016
authorHyunsoo Park <hance.park@samsung.com>
Wed, 12 Feb 2020 05:33:01 +0000 (14:33 +0900)
committerHyunsoo Park <hance.park@samsung.com>
Thu, 13 Feb 2020 01:59:12 +0000 (10:59 +0900)
Warning is not treated as error.

Change-Id: I1511130e0cb97e500b181477777159be60f42501
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
packaging/capi-media-screen-mirroring.spec

index 6788f9be9d033fb4d586319cdfb87c7dd37b2e58..89381f3b041bbf34f89bc99460ae229e20748896 100644 (file)
@@ -1,7 +1,7 @@
 Name:       capi-media-screen-mirroring
 Summary:    A screen mirroring library in Tizen C API
 Version:    0.2.12
-Release:    0
+Release:    1
 Group:      Multimedia/API
 License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz
@@ -57,7 +57,7 @@ Collection of files related to test of Screen Mirroring. It has test suites of S
 %build
 export CFLAGS+=" -Wextra -Wno-array-bounds"
 export CFLAGS+=" -Wno-ignored-qualifiers -Wno-unused-parameter -Wshadow"
-export CFLAGS+=" -Wwrite-strings"
+export CFLAGS+=" -Wwrite-strings -Wno-deprecated-declarations -Wno-deprecated"
 export CFLAGS+=" -DSYSCONFDIR=\\\"%{_sysconfdir}\\\""
 #export CFLAGS+="-Wswitch-default"
 %if 0%{?gcov:1}