projects
/
profile
/
common
/
apps
/
native
/
settings.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
882cfc9
)
Fixed the build error using gcc 13
88/295088/1
author
wchang kim
<wchang.kim@samsung.com>
Mon, 3 Jul 2023 01:20:18 +0000
(10:20 +0900)
committer
wchang kim
<wchang.kim@samsung.com>
Mon, 3 Jul 2023 01:20:18 +0000
(10:20 +0900)
Change-Id: I9ae5664e4ea186b90de84d2980a5073631d9e8f8
setting-ringtone/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/setting-ringtone/CMakeLists.txt
b/setting-ringtone/CMakeLists.txt
index 4b9466400949eba2575cb6dbfc67fe44f87db5d8..cd00fd3d1f059eea34f51676fe5fbadb8acdab45 100755
(executable)
--- a/
setting-ringtone/CMakeLists.txt
+++ b/
setting-ringtone/CMakeLists.txt
@@
-35,6
+35,7
@@
ENDIF("${ARCH}" STREQUAL "arm")
ADD_DEFINITIONS("-DPREFIX=\"${CMAKE_INSTALL_PREFIX}\"")
ADD_DEFINITIONS("-DSLP_DEBUG")
ADD_DEFINITIONS("-shared")
+ADD_DEFINITIONS("-Wno-stringop-overread")
SET(CMAKE_EXE_LINKER_FLAGS "-Wl,--as-needed -Wl,--rpath=/usr/lib")