Update Makefile.system 35/312435/1 accepted/tizen_unified accepted/tizen_unified_toolchain accepted/tizen_unified_x tizen accepted/tizen/unified/20240611.123207 accepted/tizen/unified/toolchain/20240610.172756 accepted/tizen/unified/x/20240610.223337
authorDonghak PARK <donghak.park@samsung.com>
Mon, 10 Jun 2024 06:28:34 +0000 (15:28 +0900)
committerDonghak PARK <donghak.park@samsung.com>
Mon, 10 Jun 2024 06:32:00 +0000 (15:32 +0900)
Update Makefile.system file for gcc-14 update

**Self evaluation:**
1. Build test:  [X]Passed [ ]Failed [ ]Skipped
2. Run test:  [X]Passed [ ]Failed [ ]Skipped

Change-Id: I70088470cb0a8ebf26d0267c89e77e02a829d1e2
Signed-off-by: Donghak PARK <donghak.park@samsung.com>
Makefile.system

index bada954..2b5f9cc 100644 (file)
@@ -834,7 +834,7 @@ endif
 # ifeq logical or. GCC or CLANG or LSB
 # http://stackoverflow.com/questions/7656425/makefile-ifeq-logical-or
 ifeq ($(C_COMPILER), $(filter $(C_COMPILER),GCC CLANG LSB))
-CCOMMON_OPT += -Wall
+CCOMMON_OPT += -Wall -Wno-implicit-function-declaration -Wno-incompatible-pointer-types
 COMMON_PROF += -fno-inline
 NO_UNINITIALIZED_WARN =  -Wno-uninitialized