From: jykeon Date: Tue, 18 Jun 2024 06:51:03 +0000 (+0900) Subject: Revert "[Tizen] Fix for GCC14" X-Git-Tag: accepted/tizen/unified/20240619.151925~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e87a317338106cb7b96d31ecc25917a743e75181;p=platform%2Fcore%2Fuifw%2Fdali-core.git Revert "[Tizen] Fix for GCC14" This reverts commit 61ff81a0eeb34fdf0d6740271f17d0603858786f. --- diff --git a/build/tizen/CMakeLists.txt b/build/tizen/CMakeLists.txt index f58f7da..49866e4 100644 --- a/build/tizen/CMakeLists.txt +++ b/build/tizen/CMakeLists.txt @@ -169,21 +169,6 @@ ELSEIF( UNIX ) ADD_COMPILE_OPTIONS( -Wno-cast-function-type ) ENDIF() - CHECK_CXX_COMPILER_FLAG(-Wno-template-id-cdtor HAVE_NO_TEMPLATE_ID_CDTOR) - IF (HAVE_NO_TEMPLATE_ID_CDTOR) - ADD_COMPILE_OPTIONS( -Wno-template-id-cdtor ) - ENDIF() - - CHECK_CXX_COMPILER_FLAG(-Wno-dangling-reference HAVE_NO_DANGLING_REFERENCE) - IF (HAVE_NO_DANGLING_REFERENCE) - ADD_COMPILE_OPTIONS( -Wno-dangling-reference ) - ENDIF() - - CHECK_CXX_COMPILER_FLAG(-Wno-unused-result HAVE_NO_UNUSED_RESULT) - IF (HAVE_NO_UNUSED_RESULT) - ADD_COMPILE_OPTIONS( -Wno-unused-result ) - ENDIF() - CHECK_CXX_COMPILER_FLAG(-Wno-string-plus-int HAVE_NO_STRING_PLUS_INT) IF (HAVE_NO_STRING_PLUS_INT) ADD_COMPILE_OPTIONS( -Wno-string-plus-int ) diff --git a/dali/internal/common/const-string.cpp b/dali/internal/common/const-string.cpp index 64af70b..f9e7f31 100644 --- a/dali/internal/common/const-string.cpp +++ b/dali/internal/common/const-string.cpp @@ -19,7 +19,6 @@ #include // EXTERNAL INCLUDES -#include #include #include #include