Kaydet (Commit) 6f3d58c6 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: 'rArgs' : unreferenced formal parameter

Change-Id: Ia41882a4d33e7b148044801902517b2b034d3ee4
üst 77d74a8c
......@@ -1995,7 +1995,7 @@ void GraphiteWinLayout::Simplify( bool is_base )
}
#endif // ENABLE_GRAPHITE
SalLayout* WinSalGraphics::GetTextLayout( ImplLayoutArgs& rArgs, int nFallbackLevel )
SalLayout* WinSalGraphics::GetTextLayout( ImplLayoutArgs& /*rArgs*/, int nFallbackLevel )
{
if (!mpWinFontEntry[nFallbackLevel]) return nullptr;
......
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