projects
/
platform
/
core
/
telephony
/
libtapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf4eec5
)
Fixed the build error using gcc 13
78/295078/1
author
wchang kim
<wchang.kim@samsung.com>
Sun, 2 Jul 2023 23:44:02 +0000
(08:44 +0900)
committer
wchang kim
<wchang.kim@samsung.com>
Sun, 2 Jul 2023 23:44:02 +0000
(08:44 +0900)
Change-Id: I94a1c121671d9583da3274cc25e2ca6dd00f7556
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index cf28d7d49d834b6b487af0d9c919d3209ba8132e..e4228c8039566fd07eeb2fefb235dbf7a1457c0a 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-31,6
+31,7
@@
ADD_DEFINITIONS("-DFEATURE_DLOG_DEBUG")
ADD_DEFINITIONS("-DTAPI_LOG_TAG=\"LIBTAPI\"")
ADD_DEFINITIONS("-DPREFIX=\"${CMAKE_INSTALL_PREFIX}\"")
ADD_DEFINITIONS(" -DEXPORT_API=\"__attribute__((visibility(\\\"default\\\")))\" ")
+ADD_DEFINITIONS("-Wno-format-truncation")
MESSAGE(${CMAKE_C_FLAGS})
MESSAGE(${CMAKE_EXE_LINKER_FLAGS})