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