Kaydet (Commit) 8172313f authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

silence unused parameter warning

üst ba949139
......@@ -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!");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment