projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdc1533
)
Add "-Wno-error=redundant-decls" on Windows
14/24614/1
author
SeokYeon Hwang
<syeon.hwang@samsung.com>
Thu, 17 Jul 2014 08:20:12 +0000
(17:20 +0900)
committer
SeokYeon Hwang
<syeon.hwang@samsung.com>
Thu, 17 Jul 2014 08:20:12 +0000
(17:20 +0900)
Change-Id: I1066f96ef997de154f0d85eea87ab601bacd7dd1
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
tizen/emulator_configure.sh
patch
|
blob
|
history
diff --git
a/tizen/emulator_configure.sh
b/tizen/emulator_configure.sh
index a358d7ae0171387d5756d0e6966e959ae208345d..44e80f37d4cf69d507d7bab4348ffdb014a30dd4 100755
(executable)
--- a/
tizen/emulator_configure.sh
+++ b/
tizen/emulator_configure.sh
@@
-215,6
+215,7
@@
exec ./configure \
--enable-werror \
--extra-cflags=-Wno-error=format \
--extra-cflags=-Wno-error=format-extra-args \
+ --extra-cflags=-Wno-error=redundant-decls \
--extra-ldflags=-Wl,--large-address-aware \
--cc=gcc \
--disable-coroutine-pool \