Update the Android Accessory Host ClassDriver demo to use the updated class configuration API.
Enable -Wcast-align warning for the UC3 architecture in the ModuleTest build test now that the test passes with it. Minor documentation improvements.
This commit is contained in:
parent
4068efbd18
commit
1dcc1fe527
4 changed files with 9 additions and 7 deletions
|
@ -200,7 +200,7 @@ CFLAGS += -Wswitch-enum
|
|||
CFLAGS += -Wunused
|
||||
CFLAGS += -Wundef
|
||||
CFLAGS += -Wpointer-arith
|
||||
#CFLAGS += -Wcast-align
|
||||
CFLAGS += -Wcast-align
|
||||
CFLAGS += -Wwrite-strings
|
||||
CFLAGS += -Wlogical-op
|
||||
CFLAGS += -Wmissing-parameter-type
|
||||
|
|
|
@ -209,6 +209,7 @@ CFLAGS += -fno-inline-small-functions
|
|||
CFLAGS += -fpack-struct
|
||||
CFLAGS += -fshort-enums
|
||||
CFLAGS += -fno-strict-aliasing
|
||||
CFLAGS += -fno-split-wide-types
|
||||
CFLAGS += -Wa,-adhlns=$(<:%.c=$(OBJDIR)/%.lst)
|
||||
CFLAGS += $(patsubst %,-I%,$(EXTRAINCDIRS))
|
||||
CFLAGS += $(CSTANDARD)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue