summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonghak PARK <donghak.park@samsung.com>2024-06-10 15:28:34 +0900
committerDonghak PARK <donghak.park@samsung.com>2024-06-10 15:32:00 +0900
commit245514ec5488d5f7b1d716227e11f2a8fd47d616 (patch)
tree46b95a68ae6794a0c36cbcb7b5e10d7aabc245cb
parent3cb5247921e8369ef2b155786f76d8bc8f5cd9b5 (diff)
downloadopenblas-accepted/tizen_unified_dev.tar.gz
openblas-accepted/tizen_unified_dev.tar.bz2
openblas-accepted/tizen_unified_dev.zip
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.system2
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