From 6abafec00ab1b6b5958a7fe9fba72349a3ecb328 Mon Sep 17 00:00:00 2001 From: SeokYeon Hwang Date: Thu, 17 Jul 2014 17:20:12 +0900 Subject: [PATCH] Add "-Wno-error=redundant-decls" on Windows Change-Id: I1066f96ef997de154f0d85eea87ab601bacd7dd1 Signed-off-by: SeokYeon Hwang --- tizen/emulator_configure.sh | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.34.1