mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-19 04:49:38 -07:00
Re-enable -Wall
This commit is contained in:
parent
bb03181744
commit
d4086fe2b7
2 changed files with 2 additions and 2 deletions
|
@ -152,7 +152,7 @@ static void DownloadFPGA_byte(unsigned char w)
|
||||||
// If bytereversal is set: reverse the byte order in each 4-byte word
|
// If bytereversal is set: reverse the byte order in each 4-byte word
|
||||||
static void DownloadFPGA(const char *FpgaImage, int FpgaImageLen, int bytereversal)
|
static void DownloadFPGA(const char *FpgaImage, int FpgaImageLen, int bytereversal)
|
||||||
{
|
{
|
||||||
int i, j;
|
int i;
|
||||||
|
|
||||||
PIO_OUTPUT_ENABLE = (1 << GPIO_FPGA_ON);
|
PIO_OUTPUT_ENABLE = (1 << GPIO_FPGA_ON);
|
||||||
PIO_ENABLE = (1 << GPIO_FPGA_ON);
|
PIO_ENABLE = (1 << GPIO_FPGA_ON);
|
||||||
|
|
|
@ -56,7 +56,7 @@ VPATH = . ../common/ ../fpga/
|
||||||
|
|
||||||
INCLUDES = ../include/proxmark3.h ../include/at91sam7s128.h ../include/config_gpio.h ../include/usb_cmd.h $(APP_INCLUDES)
|
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))
|
THUMBOBJ = $(patsubst %.c,$(OBJDIR)/%.o,$(THUMBSRC))
|
||||||
ARMOBJ = $(patsubst %.c,$(OBJDIR)/%.o,$(ARMSRC))
|
ARMOBJ = $(patsubst %.c,$(OBJDIR)/%.o,$(ARMSRC))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue