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
|
STRIP = $(CROSS_COMPILE)strip
|
||||||
|
|
||||||
ifdef WERROR
|
ifdef WERROR
|
||||||
CFLAGSWERROR ?= -Werror -pedantic -std=c99 -Werror
|
CFLAGSWERROR ?= -Werror
|
||||||
endif
|
endif
|
||||||
|
|
||||||
CFLAGSNO ?= -Wall -g $(CFLAGSWERROR)
|
CFLAGSNO ?= -Wall -g $(CFLAGSWERROR)
|
||||||
|
|
Loading…
Reference in a new issue