]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
Re-enable -Wall
authorhenryk@ploetzli.ch <henryk@ploetzli.ch@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Sun, 6 Sep 2009 19:19:38 +0000 (19:19 +0000)
committerhenryk@ploetzli.ch <henryk@ploetzli.ch@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Sun, 6 Sep 2009 19:19:38 +0000 (19:19 +0000)
armsrc/fpgaloader.c
common/Makefile.common

index c30468f46cab1368b6a25de0b8e05bce33c5245d..86a7a405bda53009cb94d6cd2891e8a0f018df47 100644 (file)
@@ -152,7 +152,7 @@ static void DownloadFPGA_byte(unsigned char w)
 // If bytereversal is set: reverse the byte order in each 4-byte word\r
 static void DownloadFPGA(const char *FpgaImage, int FpgaImageLen, int bytereversal)\r
 {\r
-       int i, j;\r
+       int i;\r
 \r
        PIO_OUTPUT_ENABLE = (1 << GPIO_FPGA_ON);\r
        PIO_ENABLE = (1 << GPIO_FPGA_ON);\r
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