From: SeokYeon Hwang Date: Thu, 17 Jul 2014 08:20:12 +0000 (+0900) Subject: Add "-Wno-error=redundant-decls" on Windows X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F26%2F24626%2F1;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 \