diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-02-20 22:07:25 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-02-20 22:07:25 +0000 |
| commit | 92627aabc948ca218627960b1e408ded544f1455 (patch) | |
| tree | b6f18e21ee3839fa360edaf3e6fdbbb6299b4025 /BuildTests/ModuleTest/makefile.uc3 | |
| parent | f16b9fd2ed545ff083a9a5478852728447e4ec04 (diff) | |
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.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2064 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'BuildTests/ModuleTest/makefile.uc3')
| -rw-r--r-- | BuildTests/ModuleTest/makefile.uc3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BuildTests/ModuleTest/makefile.uc3 b/BuildTests/ModuleTest/makefile.uc3 index fe268323..ba3ec10b 100644 --- a/BuildTests/ModuleTest/makefile.uc3 +++ b/BuildTests/ModuleTest/makefile.uc3 @@ -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
|
