The -pedantic and -stdc flags trigger a few too many warnings
This commit is contained in:
parent
4cab313b8c
commit
24b1eb4031
|
@ -127,7 +127,7 @@ else
|
|||
STRIP = $(CROSS_COMPILE)strip
|
||||
|
||||
ifdef WERROR
|
||||
CFLAGSWERROR ?= -Werror -pedantic -std=c99 -Werror
|
||||
CFLAGSWERROR ?= -Werror
|
||||
endif
|
||||
|
||||
CFLAGSNO ?= -Wall -g $(CFLAGSWERROR)
|
||||
|
|
Loading…
Reference in a new issue