projects
/
platform
/
core
/
account
/
fido-asm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cd9b27
)
[Tizen 6.0] Enable build with GCC 9.2
20/222620/1
accepted/tizen/unified/20200117.053759
submit/tizen/20200117.051155
author
Seechan, Kim
<cbible.kim@samsung.com>
Fri, 17 Jan 2020 00:25:27 +0000
(09:25 +0900)
committer
Seechan, Kim
<cbible.kim@samsung.com>
Fri, 17 Jan 2020 00:25:27 +0000
(09:25 +0900)
Change-Id: I1f91dd6c9c217a196f71edbcfff7ca4398dbe098
server/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/server/CMakeLists.txt
b/server/CMakeLists.txt
index 721b36c77434f7da774b70ebc952bc518d05a6c7..941f8c8171ed1a6838c06aae77ebdcaa64c829b5 100755
(executable)
--- a/
server/CMakeLists.txt
+++ b/
server/CMakeLists.txt
@@
-34,7
+34,7
@@
FOREACH(flag ${SERVICE_PKGS_CFLAGS})
SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} ${flag}")
ENDFOREACH(flag)
-SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${EXTRA_CFLAGS} -fPIE -Wno-stringop-truncation")
+SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${EXTRA_CFLAGS} -fPIE -Wno-stringop-truncation
-Wno-format-truncation
")
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${CMAKE_C_FLAGS}")
SET(PKGS_LDFLAGS "${SERVICE_PKGS_LDFLAGS} -pie")