silence unused parameter warning
This commit is contained in:
parent
ba949139a5
commit
8172313fe9
@ -186,7 +186,7 @@ namespace cairo
|
||||
*
|
||||
* @return The new surface or NULL
|
||||
**/
|
||||
void QuartzSurface::Resize( int width, int height )
|
||||
void QuartzSurface::Resize( int /* width */, int /* height */ )
|
||||
{
|
||||
OSL_FAIL("not supposed to be called!");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user