projects
/
platform
/
core
/
api
/
media-content.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b7b953
)
Remove -Wno-deprecated-declarations option
31/230131/1
author
hj kim
<backto.kim@samsung.com>
Wed, 8 Apr 2020 06:12:19 +0000
(15:12 +0900)
committer
hj kim
<backto.kim@samsung.com>
Wed, 8 Apr 2020 06:12:19 +0000
(15:12 +0900)
Change-Id: Idc3a95a20066c28aa72b4bdb9a99a9584bc48270
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
4ac4ee0
..
3e92751
100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-21,7
+21,7
@@
FOREACH(flag ${${fw_name}_CFLAGS})
SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} ${flag}")
ENDFOREACH(flag)
-SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${EXTRA_CFLAGS} -fPIC -Wall -Werror
-Wno-deprecated-declarations
")
+SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${EXTRA_CFLAGS} -fPIC -Wall -Werror")
SET(CMAKE_C_FLAGS_DEBUG "-O0 -g")
IF("${ARCH}" STREQUAL "arm")