projects
/
project
/
uqmi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c550d53
)
suppress enum conversion warnings
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 25 Nov 2014 20:11:50 +0000
(21:11 +0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 25 Nov 2014 20:11:50 +0000
(21:11 +0100)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index a09865fe3a9f1f7b016eaa4ce0a8f8086a6f15b9..fcfd772a4e96581a02da8f8806f33c7fc5c7157d 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-1,7
+1,7
@@
cmake_minimum_required(VERSION 2.6)
PROJECT(uqmi C)
-ADD_DEFINITIONS(-Os -ggdb -Wall -Werror --std=gnu99 -Wmissing-declarations)
+ADD_DEFINITIONS(-Os -ggdb -Wall -Werror --std=gnu99 -Wmissing-declarations
-Wno-enum-conversion
)
SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "")