mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-10 15:04:19 +00:00
Disable alignment check (#344)
This commit is contained in:
parent
918202a247
commit
6d2c54c909
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ include $(PROJECT_ROOT)/make/git.mk
|
|||
include $(PROJECT_ROOT)/applications/applications.mk
|
||||
include $(PROJECT_ROOT)/lib/lib.mk
|
||||
|
||||
CFLAGS += -Werror
|
||||
CFLAGS += -Werror -Wno-address-of-packed-member
|
||||
CPPFLAGS += -Werror
|
||||
|
||||
TARGET ?= f4
|
||||
|
|
Loading…
Reference in a new issue