aboutsummaryrefslogtreecommitdiffstats
path: root/Demos
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-12-13 14:43:34 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-12-13 14:43:34 +0000
commit66482341573c035e4c90cee32b89fb7f59068e40 (patch)
tree2f4300caa98342f69b84e1dc39b94d5a58d3809c /Demos
parent32b7762325829c6e7a4168bb7db5084a34673f20 (diff)
downloadlufa-66482341573c035e4c90cee32b89fb7f59068e40.tar.gz
lufa-66482341573c035e4c90cee32b89fb7f59068e40.tar.bz2
lufa-66482341573c035e4c90cee32b89fb7f59068e40.zip
Test with -Wextra, fix library warnings due to unused function parameters.
Diffstat (limited to 'Demos')
-rw-r--r--Demos/Host/ClassDriver/MassStorageHost/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/ClassDriver/MassStorageHost/makefile b/Demos/Host/ClassDriver/MassStorageHost/makefile
index 88d5cf27d..af3f57779 100644
--- a/Demos/Host/ClassDriver/MassStorageHost/makefile
+++ b/Demos/Host/ClassDriver/MassStorageHost/makefile
@@ -116,7 +116,7 @@ LUFA_PATH = ../../../..
# LUFA library compile-time options
-LUFA_OPTS = -D USB_HOST_ONLY
+LUFA_OPTS = -D USB_HOST_ONLY -Wextra
LUFA_OPTS += -D USE_STATIC_OPTIONS="(USB_OPT_REG_ENABLED | USB_OPT_AUTO_PLL)"
LUFA_OPTS += -D USB_STREAM_TIMEOUT_MS=5000