summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwchang kim <wchang.kim@samsung.com>2024-06-05 19:32:00 +0900
committerwchang kim <wchang.kim@samsung.com>2024-06-05 19:32:00 +0900
commit29ad2faba0995a8be4b29aec842a12f634c6d2bd (patch)
tree858b62aebba9e746d9b2258fd5ab443a183cf8e9
parent37544f38dedd2bc679968ec70da20357608b8504 (diff)
downloadiotivity-accepted/tizen/unified/dev/20240620.010749.tar.gz
iotivity-accepted/tizen/unified/dev/20240620.010749.tar.bz2
iotivity-accepted/tizen/unified/dev/20240620.010749.zip
Change-Id: I518363907789e07ee0d304ca4a498ee90f170a37
-rw-r--r--packaging/iotivity.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/iotivity.spec b/packaging/iotivity.spec
index 21a5c80f5..f09a33791 100644
--- a/packaging/iotivity.spec
+++ b/packaging/iotivity.spec
@@ -173,7 +173,7 @@ cp %{SOURCE1001} ./%{name}-test.manifest
%endif
%build
-CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS ;
+CFLAGS="${CFLAGS:-%optflags} -Wno-implicit-function-declaration -Wno-incompatible-pointer-types" ; export CFLAGS ;
scons %{JOB} --prefix=%{_prefix} \
ES_TARGET_ENROLLEE=%{ES_TARGET_ENROLLEE} \
LIB_INSTALL_DIR=%{_libdir} \