From 819d41e7086cea9e57cce720c47a4abaee9ca783 Mon Sep 17 00:00:00 2001 From: Varinder Pratap Date: Mon, 8 Aug 2022 12:15:59 +0530 Subject: [PATCH] Fixed ubuntu build issue in DIBS Change-Id: Ia7ca42d7d9f5125ff7ad8e6397ee2cf59d98492f Signed-off-by: Varinder Pratap --- tizen/emulator_configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tizen/emulator_configure.sh b/tizen/emulator_configure.sh index a01ac3e913..abad451890 100755 --- a/tizen/emulator_configure.sh +++ b/tizen/emulator_configure.sh @@ -155,6 +155,7 @@ CONFIGURE_APPEND=" --disable-plugins --disable-modules --disable-auth-pam + --extra-cflags=-Wno-error=stringop-truncation $CONFIGURE_APPEND" CONFIGURE_APPEND_WIN=" @@ -166,7 +167,6 @@ CONFIGURE_APPEND_WIN=" --extra-cflags=-D__USE_MINGW_ANSI_STDIO=1 --extra-cflags=-Wno-error=undef --extra-cflags=-Wno-error=unknown-pragmas - --extra-cflags=-Wno-error=stringop-truncation --extra-cflags=-Wno-error=redundant-decls" # append platform specific options -- 2.34.1