]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - common/Makefile.common
Re-enable -Wall
[proxmark3-svn] / common / Makefile.common
index 93e14589ff3db6874058003d2b7000bfecb592d8..faf59520d09b498ee94429cbdf847b044c5aa609 100644 (file)
@@ -56,7 +56,7 @@ VPATH = . ../common/ ../fpga/
 
 INCLUDES = ../include/proxmark3.h ../include/at91sam7s128.h ../include/config_gpio.h ../include/usb_cmd.h $(APP_INCLUDES)
 
-CFLAGS =  -c $(INCLUDE) -Werror -pedantic -std=gnu99 $(APP_CFLAGS)
+CFLAGS =  -c $(INCLUDE) -Wall -Werror -pedantic -std=gnu99 $(APP_CFLAGS)
 
 THUMBOBJ = $(patsubst %.c,$(OBJDIR)/%.o,$(THUMBSRC))
 ARMOBJ   = $(patsubst %.c,$(OBJDIR)/%.o,$(ARMSRC))
Impressum, Datenschutz