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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue