X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/4f3bd9738f10b494189b922337f442644aae9968..83288efc7d1b673d30edee6ce732d1de8c505da3:/common/Makefile.common diff --git a/common/Makefile.common b/common/Makefile.common index c212ccb7..144bee43 100644 --- a/common/Makefile.common +++ b/common/Makefile.common @@ -54,7 +54,7 @@ VPATH = . ../common/ ../fpga/ INCLUDES = ../include/proxmark3.h ../include/at91sam7s128.h ../include/config_gpio.h ../include/usb_cmd.h $(APP_INCLUDES) -CFLAGS = -c $(INCLUDE) -Wall $(APP_CFLAGS) +CFLAGS = -c $(INCLUDE) -Werror -pedantic -std=gnu99 $(APP_CFLAGS) THUMBOBJ = $(patsubst %.c,$(OBJDIR)/%.o,$(THUMBSRC)) ARMOBJ = $(patsubst %.c,$(OBJDIR)/%.o,$(ARMSRC))