diff options
author | Donghak PARK <donghak.park@samsung.com> | 2024-06-10 15:28:34 +0900 |
---|---|---|
committer | Donghak PARK <donghak.park@samsung.com> | 2024-06-10 15:32:00 +0900 |
commit | 245514ec5488d5f7b1d716227e11f2a8fd47d616 (patch) | |
tree | 46b95a68ae6794a0c36cbcb7b5e10d7aabc245cb | |
parent | 3cb5247921e8369ef2b155786f76d8bc8f5cd9b5 (diff) | |
download | openblas-accepted/tizen_unified_dev.tar.gz openblas-accepted/tizen_unified_dev.tar.bz2 openblas-accepted/tizen_unified_dev.zip |
Update Makefile.systemtizen_9.0_m2_releaseaccepted/tizen/unified/x/asan/20240625.092441accepted/tizen/unified/x/20240610.223337accepted/tizen/unified/toolchain/20240610.172756accepted/tizen/unified/dev/20240620.010958accepted/tizen/unified/20240611.123207accepted/tizen/9.0/unified/20241030.232516tizen_9.0tizenaccepted/tizen_unified_x_asanaccepted/tizen_unified_xaccepted/tizen_unified_toolchainaccepted/tizen_unified_devaccepted/tizen_unifiedaccepted/tizen_9.0_unified
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>
-rw-r--r-- | Makefile.system | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.system b/Makefile.system index bada954c1..2b5f9ccdf 100644 --- a/Makefile.system +++ b/Makefile.system @@ -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 |