The -pedantic and -stdc flags trigger a few too many warnings

This commit is contained in:
Adam Dunkels 2015-10-04 22:33:08 +02:00 committed by Simon Duquennoy
parent 01996eb62a
commit 06dfce6d46

View file

@ -14,10 +14,10 @@ NM ?= nm
OBJCOPY ?= objcopy OBJCOPY ?= objcopy
STRIP ?= strip STRIP ?= strip
ifdef WERROR ifdef WERROR
CFLAGSWERROR=-Werror -pedantic -std=c99 -Werror CFLAGSWERROR=-Werror
endif endif
CFLAGSNO = -Wall -g -I/usr/local/include $(CFLAGSWERROR) CFLAGSNO = -Wall -g -I/usr/local/include $(CFLAGSWERROR)
CFLAGS += $(CFLAGSNO) -O CFLAGS += $(CFLAGSNO)
ifeq ($(HOST_OS),Darwin) ifeq ($(HOST_OS),Darwin)
AROPTS = -r AROPTS = -r