mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-02-14 07:43:14 +00:00
Fixed warning: no previous prototype for function 'GIP_ParseMetadata'
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user