X-Git-Url: http://git.archive.openwrt.org/?p=project%2Ffstools.git;a=blobdiff_plain;f=CMakeLists.txt;h=826a8523ddfe3b387244a5c9e6d9abfb1728620f;hp=04d9470e32ac7a4b44e5386a744a72bdd82f8572;hb=8ab4fda66a136f5b0f1e5dff9d3649961ffc9158;hpb=a19f2b3c212888734c007e9f57b4e3c470620594 diff --git a/CMakeLists.txt b/CMakeLists.txt index 04d9470..826a852 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.6) PROJECT(fs-tools C) -ADD_DEFINITIONS(-Os -ggdb -Wall -Werror --std=gnu99 -Wmissing-declarations -Wno-error=format-truncation) +ADD_DEFINITIONS(-Os -ggdb -Wall -Werror --std=gnu99 -Wmissing-declarations -Wno-format-truncation) SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "")