From ff4ff94b2589558e84ec0a9b3eebe7250d3f350f Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 1 Mar 2016 06:58:32 +0100 Subject: [PATCH] DEL: Removed old comment, after I've been compiling and testing all -W parameters in it. Didn't find any new warnings. Which is good. --- common/Makefile.common | 1 - 1 file changed, 1 deletion(-) diff --git a/common/Makefile.common b/common/Makefile.common index 72ad0758..90a8fa5a 100644 --- a/common/Makefile.common +++ b/common/Makefile.common @@ -67,7 +67,6 @@ VPATH = . ../common ../fpga ../zlib INCLUDES = ../include/proxmark3.h ../include/at91sam7s512.h ../include/config_gpio.h ../include/usb_cmd.h $(APP_INCLUDES) -#-Wunused -Wsign-compare -Wtype-limits -Wuninitialized -Wno-deprecated -Wstrict-aliasing -Wpointer-arith -Wpointer-arith -Wformat-nonliteral -Winit-self -Wparentheses -Wunreachable-code CFLAGS = -c $(INCLUDE) -Wall -Werror -pedantic -Wunused -std=c99 $(APP_CFLAGS) -Os LDFLAGS = -nostartfiles -nodefaultlibs -Wl,-gc-sections -n -- 2.39.2