From 9afe120530838903c538a06921891bd862218267 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 22 Oct 2012 20:03:53 +0200 Subject: [PATCH] add -Wmissing-declarations to cflags --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.11.0