mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36642 3c298f89-4303-0410-b956-a3cf2f4a3e73
13 lines
349 B
Diff
13 lines
349 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -30,8 +30,7 @@ CC = gcc
|
|
HOSTCC = gcc
|
|
DEFINES += -D_GNU_SOURCE
|
|
CCOPTS = -O2
|
|
-WFLAGS := -Wall -Wstrict-prototypes -Werror -Wmissing-prototypes
|
|
-WFLAGS += -Wmissing-declarations -Wold-style-definition
|
|
+WFLAGS := -Wall -Wstrict-prototypes
|
|
|
|
CFLAGS = $(WFLAGS) $(CCOPTS) -I../include $(DEFINES)
|
|
YACCFLAGS = -d -t -v
|