projects
/
oweals
/
libubox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db38b74
)
add -Wmissing-declarations to cflags
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 22 Oct 2012 18:03:53 +0000
(20:03 +0200)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 22 Oct 2012 18:03:53 +0000
(20:03 +0200)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 93ee7874e0d9bd22af3dc51eac22b6ba73a018ee..00b3b410c87530773b741a6bf6e5a32e011bb143 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-1,7
+1,7
@@
cmake_minimum_required(VERSION 2.6)
PROJECT(ubox C)
-ADD_DEFINITIONS(-Os -Wall -Werror --std=gnu99 -g3)
+ADD_DEFINITIONS(-Os -Wall -Werror --std=gnu99 -g3
-Wmissing-declarations
)
OPTION(BUILD_LUA "build Lua plugin" ON)