Revert "Do not treat gcc's "misleading-indentation" warning as error."
This reverts commit fd4f21b766a715303f0b1436c9970f5965e644dc.
This commit is contained in:
parent
fd4f21b766
commit
9b3c48688e
@ -67,7 +67,7 @@ VPATH = . ../common ../fpga ../zlib
|
|||||||
|
|
||||||
INCLUDES = ../include/proxmark3.h ../include/at91sam7s512.h ../include/config_gpio.h ../include/usb_cmd.h $(APP_INCLUDES)
|
INCLUDES = ../include/proxmark3.h ../include/at91sam7s512.h ../include/config_gpio.h ../include/usb_cmd.h $(APP_INCLUDES)
|
||||||
|
|
||||||
CFLAGS = -c $(INCLUDE) -Wall -Werror -Wno-error=misleading-indentation -pedantic -std=c99 -Os $(APP_CFLAGS)
|
CFLAGS = -c $(INCLUDE) -Wall -Werror -pedantic -std=c99 -Os $(APP_CFLAGS)
|
||||||
LDFLAGS = -nostartfiles -nodefaultlibs -Wl,-gc-sections -n
|
LDFLAGS = -nostartfiles -nodefaultlibs -Wl,-gc-sections -n
|
||||||
|
|
||||||
LIBS = -lgcc
|
LIBS = -lgcc
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user