X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=CMakeLists.txt;h=adb2c071432da9fc97a60d4855dc4a021ffb4ce2;hp=a57123e31c3402d2478b251b78f595975af35610;hb=1ba3b8a006b57646d55522bb9efa77769361ff39;hpb=aaa6302c203cf4fecf121f485f0cb0cf9bf067be diff --git a/CMakeLists.txt b/CMakeLists.txt index a57123e..adb2c07 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.6) PROJECT(netifd C) -ADD_DEFINITIONS(-Os -Wall -Werror --std=gnu99) +ADD_DEFINITIONS(-Os -Wall -Werror --std=gnu99 -Wmissing-declarations) SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "")