Skip to content

Commit

Permalink
Suppress array-bounds warning temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
shengwen-tw committed Feb 7, 2024
1 parent 6d49b5c commit d744dc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ CFLAGS += -Wall \
-Werror=undef \
-Wno-unused-function \
-Wno-format-truncation \
-Wno-address-of-packed-member
-Wno-address-of-packed-member \
-Wno-array-bounds # FIXME
CFLAGS += -D USE_STDPERIPH_DRIVER
CFLAGS += -D STM32F4xx
CFLAGS += -D ARM_MATH_CM4 \
Expand Down

0 comments on commit d744dc3

Please sign in to comment.