mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-13 16:31:55 +00:00
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…
x
Reference in New Issue
Block a user