mirror of https://github.com/libsdl-org/SDL.git
Fixed warning: no previous prototype for function 'GIP_ParseMetadata'
This commit is contained in:
parent
193b0c8963
commit
ae251a05be
|
|
@ -916,7 +916,7 @@ static bool GIP_ParseMessageMetadata(GIP_MessageMetadata *metadata, const Uint8
|
|||
return true;
|
||||
}
|
||||
|
||||
bool GIP_ParseMetadata(GIP_Metadata *metadata, const Uint8* bytes, int num_bytes)
|
||||
static bool GIP_ParseMetadata(GIP_Metadata *metadata, const Uint8* bytes, int num_bytes)
|
||||
{
|
||||
int header_size;
|
||||
int metadata_size;
|
||||
|
|
|
|||
Loading…
Reference in New Issue