Add "-Wno-error=redundant-decls" on Windows 14/24614/1
authorSeokYeon Hwang <syeon.hwang@samsung.com>
Thu, 17 Jul 2014 08:20:12 +0000 (17:20 +0900)
committerSeokYeon 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

index a358d7ae0171387d5756d0e6966e959ae208345d..44e80f37d4cf69d507d7bab4348ffdb014a30dd4 100755 (executable)
@@ -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 \