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

@ -144,7 +144,7 @@ uint8_t DComp_SI_Host_NextSIInterfaceEndpoint(void* const CurrentDescriptor)
void SImage_Host_USBTask(USB_ClassInfo_SI_Host_t* const SIInterfaceInfo)
{
(void)SIInterfaceInfo;
}
static uint8_t SImage_Host_SendBlockHeader(USB_ClassInfo_SI_Host_t* const SIInterfaceInfo, SI_PIMA_Container_t* const PIMAHeader)