projects
/
platform
/
adaptation
/
emulator
/
emulator-daemon.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b35313
)
[Tizen 6.0] Silence build warnings for GCC 9.2 build
89/221789/1
submit/tizen_5.5/20200107.114701
author
Mikhail Kashkarov
<m.kashkarov@partner.samsung.com>
Mon, 16 Dec 2019 10:16:21 +0000
(13:16 +0300)
committer
Manish Rathod
<manish.r@samsung.com>
Tue, 7 Jan 2020 11:46:22 +0000
(11:46 +0000)
Change-Id: I98611bfe79ccebe0bd4171db5d945d14125dd207
Signed-off-by: Mikhail Kashkarov <m.kashkarov@partner.samsung.com>
(cherry picked from commit
899a1d65b024ce58150e80358d1db11207be5da4
)
packaging/emuld.spec
patch
|
blob
|
history
diff --git
a/packaging/emuld.spec
b/packaging/emuld.spec
index 8d473278600326e311ad9230762532d199829a35..50c506f549c2e01ba033b6826242e8dff1485ab2 100644
(file)
--- a/
packaging/emuld.spec
+++ b/
packaging/emuld.spec
@@
-60,7
+60,8
@@
cmake . \
-DLIB_INSTALL_DIR=%{_libdir} \
-DEMULD_MAJOR_VERSION=%{emuld_major_version} \
-DEMULD_MINOR_VERSION=%{emuld_minor_version} \
- -DEMULD_RELEASE_NUMBER=%{emuld_release_number}
+ -DEMULD_RELEASE_NUMBER=%{emuld_release_number} \
+ -DEXTRA_CFLAGS="-Wno-error=stringop-overflow -Wno-error=sizeof-pointer-memaccess -Wno-error=array-bounds -Wno-error=stringop-truncation"
%build