projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Test with -Wextra, fix library warnings due to unused function parameters.
[pub/USBasp.git]
/
Demos
/
Host
/
ClassDriver
/
MassStorageHost
/
makefile
diff --git
a/Demos/Host/ClassDriver/MassStorageHost/makefile
b/Demos/Host/ClassDriver/MassStorageHost/makefile
index
88d5cf2
..
af3f577
100644
(file)
--- a/
Demos/Host/ClassDriver/MassStorageHost/makefile
+++ b/
Demos/Host/ClassDriver/MassStorageHost/makefile
@@
-116,7
+116,7
@@
LUFA_PATH = ../../../..
\r
\r
# LUFA library compile-time options
\r
-LUFA_OPTS = -D USB_HOST_ONLY
\r
+LUFA_OPTS = -D USB_HOST_ONLY
-Wextra
\r
LUFA_OPTS += -D USE_STATIC_OPTIONS="(USB_OPT_REG_ENABLED | USB_OPT_AUTO_PLL)"
\r
LUFA_OPTS += -D USB_STREAM_TIMEOUT_MS=5000
\r
\r