From 92627aabc948ca218627960b1e408ded544f1455 Mon Sep 17 00:00:00 2001 From: Dean Date: Mon, 20 Feb 2012 22:07:25 +0000 Subject: 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 --- BuildTests/ModuleTest/makefile.xmega | 1 + 1 file changed, 1 insertion(+) (limited to 'BuildTests/ModuleTest/makefile.xmega') diff --git a/BuildTests/ModuleTest/makefile.xmega b/BuildTests/ModuleTest/makefile.xmega index e666704e..054c6c85 100644 --- a/BuildTests/ModuleTest/makefile.xmega +++ b/BuildTests/ModuleTest/makefile.xmega @@ -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) -- cgit v1.2.3