diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-12-31 18:49:15 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-12-31 18:49:15 +0100 |
commit | 1fc5ad7f4fa30abc636680acd5e170198dfb6c32 (patch) | |
tree | a5fcdb8dbe7a1336dc6c43d642047f03c583bead /CMakeLists.txt | |
parent | 8515c92b9302b258be10df5c5cee240dd4b137f6 (diff) |
add -Wmissing-declarations
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8e3af4d..c542df6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.6) PROJECT(uhttpd C) -ADD_DEFINITIONS(-Os -Wall -Werror --std=gnu99 -g3) +ADD_DEFINITIONS(-Os -Wall -Werror -Wmissing-declarations --std=gnu99 -g3) IF(APPLE) INCLUDE_DIRECTORIES(/opt/local/include) |