Suppress unused function parameter warnings in the USB driver.
[pub/lufa.git] / LUFA / Drivers / USB / Core / XMEGA / Device_XMEGA.h
index 6e2380a..7b82c7c 100644 (file)
                        static inline void USB_Device_SetDeviceAddress(const uint8_t Address) ATTR_ALWAYS_INLINE;
                        static inline void USB_Device_SetDeviceAddress(const uint8_t Address)
                        {
+                               (void)Address;
+
                                /* No implementation for XMEGA architecture */
                        }