Enable pedantic warnings
Enable all the warnings demanded by strict ISO C.
This commit is contained in:
parent
c53ccba034
commit
cc105aa9c9
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ OBJCOPY := avr-objcopy
|
|||
SIZE := avr-size
|
||||
AVRDUDE := avrdude
|
||||
|
||||
CFLAGS := -mmcu=$(MCU) -D F_CPU=$(SPEED) -Os -Wall -Werror -Wextra
|
||||
CFLAGS := -mmcu=$(MCU) -D F_CPU=$(SPEED) -Os -Wall -Werror -Wextra -Wpedantic
|
||||
|
||||
all: $(TARGET) $(EEP)
|
||||
|
||||
|
|
Loading…
Reference in a new issue