projects
/
profile
/
wearable
/
apps
/
native
/
watch-setting.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98fe623
)
Fix option for gcc 11+ version
63/296063/1
tizen
author
JinWang An
<jinwang.an@samsung.com>
Wed, 19 Jul 2023 06:33:28 +0000
(15:33 +0900)
committer
JinWang An
<jinwang.an@samsung.com>
Wed, 19 Jul 2023 06:33:28 +0000
(15:33 +0900)
Change-Id: I9090e70d8285b4e5b3cabc4eacd651d50a355c69
Signed-off-by: JinWang An <jinwang.an@samsung.com>
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 441dbc8057b54c5dfef2d6a5aa805ec4e9909aeb..e097dc3f2f3460f807c41010a1177ce92fef7530 100755
(executable)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-107,6
+107,7
@@
INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/Safety.zip DESTINATION /usr/share
ADD_DEFINITIONS(${pkgs_CFLAGS})
ADD_DEFINITIONS("-fpie")
+ADD_DEFINITIONS("-Wno-format-truncation")
ADD_DEFINITIONS("-DPREFIX=\"${CMAKE_INSTALL_PREFIX}\"")
ADD_DEFINITIONS("-DFACTORYFS=\"$ENV{FACTORYFS}\"")