From: SeokYeon Hwang Date: Thu, 17 Jul 2014 08:20:12 +0000 (+0900) Subject: Add "-Wno-error=redundant-decls" on Windows X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~228^2^2~61^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7496fdb5d6ab299a6b08813b35e06327a42b1904;p=sdk%2Femulator%2Fqemu.git Add "-Wno-error=redundant-decls" on Windows Change-Id: I1066f96ef997de154f0d85eea87ab601bacd7dd1 Signed-off-by: SeokYeon Hwang --- diff --git a/tizen/emulator_configure.sh b/tizen/emulator_configure.sh index a358d7ae01..44e80f37d4 100755 --- 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 \