Test with -Wextra, fix library warnings due to unused function parameters.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user