silence unused parameter warning

This commit is contained in:
Norbert Thiebaud 2011-07-24 15:59:38 -05:00
parent ba949139a5
commit 8172313fe9

View File

@ -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!");
}