From cf09446c0cad89b6cabf23a03649f8e4c54d1821 Mon Sep 17 00:00:00 2001 From: Chen Minqiang Date: Mon, 14 Nov 2016 21:26:52 +0800 Subject: [PATCH] commenting out CFLAGS_EXTRA=-Wextra --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c41f398..91067c5 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ EXTRA_CFLAGS += $(USER_EXTRA_CFLAGS) EXTRA_CFLAGS += -O1 #EXTRA_CFLAGS += -O3 EXTRA_CFLAGS += -Wall -EXTRA_CFLAGS += -Wextra +#EXTRA_CFLAGS += -Wextra EXTRA_CFLAGS += -Werror #EXTRA_CFLAGS += -pedantic #EXTRA_CFLAGS += -Wshadow -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes