Suppress unused function parameter warnings in the USB driver.
[pub/USBasp.git] / LUFA / Drivers / USB / Core / UC3 / Device_UC3.h
index 60a1e27..854e321 100644 (file)
                        static inline void USB_Device_EnableDeviceAddress(const uint8_t Address) ATTR_ALWAYS_INLINE;
                        static inline void USB_Device_EnableDeviceAddress(const uint8_t Address)
                        {
+                               (void)Address;
+
                                AVR32_USBB.UDCON.adden = true;
                        }