projects
/
platform
/
core
/
security
/
dpm-bluetooth.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd353f4
)
Disable clang specific warnings
sandbox/nmerinov/llvm
author
Nikolai Merinov
<n.merinov@samsung.com>
Fri, 8 Feb 2019 11:53:26 +0000
(14:53 +0300)
committer
Nikolai Merinov
<n.merinov@samsung.com>
Fri, 8 Feb 2019 11:53:26 +0000
(14:53 +0300)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 31f004cb575f51928452d9b3f5b9ebe16b38db0b..b45716e9a9f8b0c4f21be74821d6e946da979bde 100755
(executable)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-37,7
+37,7
@@
else()
SET(CXX_STD "c++11")
endif()
-SET(COMPILE_BASE_FLAGS "-g -fPIC -Werror -Wall")
+SET(COMPILE_BASE_FLAGS "-g -fPIC -Werror -Wall
-Wno-unused-function
")
LINK_LIBRARIES("-Wl,--as-needed -Wl,--no-whole-archive")
SET(CMAKE_C_FLAGS_PROFILING "${COMPILE_BASE_FLAGS} -O0 -pg")
SET(CMAKE_CXX_FLAGS_PROFILING "${COMPILE_BASE_FLAGS} -O0 -pg -std=${CXX_STD} -fno-rtti")