Skip to content

Commit 24b1eb4

Browse files
adamdunkelssimonduq
authored andcommitted
The -pedantic and -stdc flags trigger a few too many warnings
1 parent 4cab313 commit 24b1eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpu/rl78/Makefile.rl78

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ else
127127
STRIP = $(CROSS_COMPILE)strip
128128

129129
ifdef WERROR
130-
CFLAGSWERROR ?= -Werror -pedantic -std=c99 -Werror
130+
CFLAGSWERROR ?= -Werror
131131
endif
132132

133133
CFLAGSNO ?= -Wall -g $(CFLAGSWERROR)

0 commit comments

Comments
 (0)