Test with -Wextra, fix library warnings due to unused function parameters.

This commit is contained in:
Dean Camera 2009-12-13 14:43:34 +00:00
parent 32b7762325
commit 6648234157
13 changed files with 29 additions and 13 deletions

View file

@ -67,7 +67,7 @@ bool MIDI_Device_ConfigureEndpoints(USB_ClassInfo_MIDI_Device_t* const MIDIInter
void MIDI_Device_USBTask(USB_ClassInfo_MIDI_Device_t* const MIDIInterfaceInfo)
{
(void)MIDIInterfaceInfo;
}
uint8_t MIDI_Device_SendEventPacket(USB_ClassInfo_MIDI_Device_t* const MIDIInterfaceInfo, MIDI_EventPacket_t* const Event)