From 9b3c48688e9b08009ba9af40ba99fc68c0f9f509 Mon Sep 17 00:00:00 2001 From: ikarus Date: Mon, 26 Sep 2016 20:39:31 +0200 Subject: [PATCH] Revert "Do not treat gcc's "misleading-indentation" warning as error." This reverts commit fd4f21b766a715303f0b1436c9970f5965e644dc. --- common/Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/Makefile.common b/common/Makefile.common index c1688a32..7c94e041 100644 --- a/common/Makefile.common +++ b/common/Makefile.common @@ -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) -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 LIBS = -lgcc -- 2.39.2