mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-21 03:30:01 +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
|
||||
|
||||
ifdef WERROR
|
||||
CFLAGSWERROR ?= -Werror -pedantic -std=c99 -Werror
|
||||
CFLAGSWERROR ?= -Werror
|
||||
endif
|
||||
|
||||
CFLAGSNO ?= -Wall -g $(CFLAGSWERROR)
|
||||
|
Loading…
Reference in New Issue
Block a user