projects
/
platform
/
hal
/
backend
/
emulator
/
device-emulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9adaad0
)
build: add a "-Wall" option
author
ChulHo Song
<ch81.song@samsung.com>
Thu, 5 Nov 2015 05:37:33 +0000
(14:37 +0900)
committer
ChulHo Song
<ch81.song@samsung.com>
Thu, 5 Nov 2015 05:37:33 +0000
(14:37 +0900)
Change-Id: I875c32cfdebe544e69a8dd0edadc13207ae7958c
Signed-off-by: ChulHo Song <ch81.song@samsung.com>
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 31e2136d42085a3387aa4edd6b6cd173f38d43ee..6aee3d0ec88657080f6f71c40f8df096c172ec76 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-23,7
+23,7
@@
FOREACH(flag ${pkgs_CFLAGS})
ENDFOREACH(flag)
-SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${EXTRA_CFLAGS} -Werror")
+SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${EXTRA_CFLAGS} -W
all -W
error")
ADD_LIBRARY(${PROJECT_NAME} SHARED ${SRCS})
TARGET_LINK_LIBRARIES(${PROJECT_NAME} ${pkgs_LDFLAGS})