From: wchang kim Date: Mon, 3 Jul 2023 06:01:48 +0000 (+0900) Subject: Fixed the build error using gcc 13 X-Git-Tag: accepted/tizen/unified/20230712.040708~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F24%2F295124%2F1;p=platform%2Fcore%2Fuifw%2Fautofill.git Fixed the build error using gcc 13 Change-Id: Ibb7881823047f242ebd5772aeb0987951699f4ab --- diff --git a/CMakeLists.txt b/CMakeLists.txt index ba0c3fd..ae3b41a 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,6 +10,7 @@ FIND_PROGRAM(UNAME NAMES uname) EXEC_PROGRAM("${UNAME}" ARGS "-m" OUTPUT_VARIABLE "ARCH") ADD_DEFINITIONS("-Werror") +ADD_DEFINITIONS("-Wno-maybe-uninitialized") ## Include common directory ## INCLUDE_DIRECTORIES("${CMAKE_SOURCE_DIR}/common")