X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=CMakeLists.txt;h=696412b51f451d110cdbca87c164f066cddf7da3;hb=a063705a03a6c5a41b5f7aed251bfb3ba5c844c3;hp=ecdb94619626d957fbe3ec86d654581c9e0dd4d9;hpb=6b9c2673173f9636647e021a84d560c0863b1b99;p=project%2Fnetifd.git diff --git a/CMakeLists.txt b/CMakeLists.txt index ecdb946..696412b 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 -Wmissing-declarations -Wno-format-truncation) +ADD_DEFINITIONS(-Os -Wall -Werror --std=gnu99 -Wmissing-declarations -Wno-unknown-warning-option -Wno-format-truncation) SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "")