From: Felix Fietkau Date: Mon, 22 Oct 2012 18:03:53 +0000 (+0200) Subject: add -Wmissing-declarations to cflags X-Git-Url: http://git.archive.openwrt.org/?p=project%2Flibubox.git;a=commitdiff_plain;h=9afe120530838903c538a06921891bd862218267 add -Wmissing-declarations to cflags --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 93ee787..00b3b41 100644 --- 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)