diff --git a/release/src/router/udpxy/Makefile b/release/src/router/udpxy/Makefile index e402128a60b..ee826cd35cc 100644 --- a/release/src/router/udpxy/Makefile +++ b/release/src/router/udpxy/Makefile @@ -29,7 +29,7 @@ GZIP := /bin/gzip MKDEPOPT := -MM DEBUG_ON := -g -ALL_CFLAGS = -W -Wall -Werror --pedantic $(CFLAGS) +ALL_CFLAGS = -W --pedantic $(CFLAGS) SYSTEM=$(shell uname 2>/dev/null) ifneq (,$(filter $(SYSTEM),FreeBSD Darwin)) diff --git a/release/src/router/udpxy/gcc.mk b/release/src/router/udpxy/gcc.mk index c9400df3d23..bbb82c96cc5 100644 --- a/release/src/router/udpxy/gcc.mk +++ b/release/src/router/udpxy/gcc.mk @@ -23,7 +23,7 @@ EXEC = udpxy UPXC = upxc CC = gcc -CFLAGS = -W -Wall -Werror --pedantic +CFLAGS = -W -Wall --pedantic BUILDFILE = BUILD BUILDNO = `cat $(BUILDFILE)` diff --git a/release/src/router/usbmode/CMakeLists.txt b/release/src/router/usbmode/CMakeLists.txt index 2385e581ffa..4fd28d734c1 100644 --- a/release/src/router/usbmode/CMakeLists.txt +++ b/release/src/router/usbmode/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.6) PROJECT(usbmode C) -ADD_DEFINITIONS(-Os -ggdb -Wall -Werror --std=gnu99 -Wmissing-declarations) +ADD_DEFINITIONS(-Os -ggdb -Wall --std=gnu99 -Wmissing-declarations) #SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "")