X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=CMakeLists.txt;h=7a97aa6fd5803130850cca128a5efa9ddd0a0cb2;hb=d81d6b8ad3b984b19a427934830a2b2b5c4e3c8f;hp=a57123e31c3402d2478b251b78f595975af35610;hpb=aaa6302c203cf4fecf121f485f0cb0cf9bf067be;p=project%2Fnetifd.git diff --git a/CMakeLists.txt b/CMakeLists.txt index a57123e..7a97aa6 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 "") @@ -11,7 +11,7 @@ IF(APPLE) ENDIF() SET(SOURCES - main.c utils.c + main.c utils.c system.c tunnel.c interface.c interface-ip.c interface-event.c proto.c proto-static.c proto-shell.c config.c device.c bridge.c vlan.c ubus.c)