Skip to content

Commit

Permalink
safety: warnings as errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dzid26 committed Apr 8, 2024
1 parent ed39d59 commit cee5aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ebike_app.h pins.h eeprom.h lights.h config.h
RELS = $(addprefix $(ODIR)/,$(notdir $(EXTRASRCS:.c=.rel)))

INCLUDES = -I$(IDIR) -I$(IDIR1)
CFLAGS = -m$(PLATFORM) -D$(DEVICE) -Ddouble=float --std-c99 --nolospre --opt-code-speed --peep-asm --peep-file peep.txt
CFLAGS = -m$(PLATFORM) -D$(DEVICE) -Ddouble=float --std-c99 --nolospre --opt-code-speed --peep-asm --peep-file peep.txt --Werror
DEBUG_FLAGS = --out-fmt-ihx --debug
LIBS =

Expand Down

0 comments on commit cee5aac

Please sign in to comment.