Shut up some more Clang warnings
This commit is contained in:
parent
85890ef1e6
commit
011b79a051
3 changed files with 9 additions and 3 deletions
|
@ -464,12 +464,14 @@ void Backend_FreeSurface(Backend_Surface *surface)
|
||||||
|
|
||||||
BOOL Backend_IsSurfaceLost(Backend_Surface *surface)
|
BOOL Backend_IsSurfaceLost(Backend_Surface *surface)
|
||||||
{
|
{
|
||||||
|
(void)surface;
|
||||||
|
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Backend_RestoreSurface(Backend_Surface *surface)
|
void Backend_RestoreSurface(Backend_Surface *surface)
|
||||||
{
|
{
|
||||||
|
(void)surface;
|
||||||
}
|
}
|
||||||
|
|
||||||
unsigned char* Backend_LockSurface(Backend_Surface *surface, unsigned int *pitch)
|
unsigned char* Backend_LockSurface(Backend_Surface *surface, unsigned int *pitch)
|
||||||
|
|
|
@ -95,12 +95,14 @@ void Backend_FreeSurface(Backend_Surface *surface)
|
||||||
|
|
||||||
BOOL Backend_IsSurfaceLost(Backend_Surface *surface)
|
BOOL Backend_IsSurfaceLost(Backend_Surface *surface)
|
||||||
{
|
{
|
||||||
|
(void)surface;
|
||||||
|
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Backend_RestoreSurface(Backend_Surface *surface)
|
void Backend_RestoreSurface(Backend_Surface *surface)
|
||||||
{
|
{
|
||||||
|
(void)surface;
|
||||||
}
|
}
|
||||||
|
|
||||||
unsigned char* Backend_LockSurface(Backend_Surface *surface, unsigned int *pitch)
|
unsigned char* Backend_LockSurface(Backend_Surface *surface, unsigned int *pitch)
|
||||||
|
|
|
@ -102,12 +102,14 @@ void Backend_FreeSurface(Backend_Surface *surface)
|
||||||
|
|
||||||
BOOL Backend_IsSurfaceLost(Backend_Surface *surface)
|
BOOL Backend_IsSurfaceLost(Backend_Surface *surface)
|
||||||
{
|
{
|
||||||
|
(void)surface;
|
||||||
|
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Backend_RestoreSurface(Backend_Surface *surface)
|
void Backend_RestoreSurface(Backend_Surface *surface)
|
||||||
{
|
{
|
||||||
|
(void)surface;
|
||||||
}
|
}
|
||||||
|
|
||||||
unsigned char* Backend_LockSurface(Backend_Surface *surface, unsigned int *pitch)
|
unsigned char* Backend_LockSurface(Backend_Surface *surface, unsigned int *pitch)
|
||||||
|
|
Loading…
Add table
Reference in a new issue