diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-08-12 10:47:20 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-08-12 10:47:35 +0300 |
commit | 6f3d58c6bf31e0575abfdcfc3a27d1af8456907d (patch) | |
tree | c53952edd62595a3e81807bae7f4f19e0b7932c0 /vcl/win | |
parent | 77d74a8ced8dc2259e865e8fd2702d693beccb38 (diff) |
WaE: 'rArgs' : unreferenced formal parameter
Change-Id: Ia41882a4d33e7b148044801902517b2b034d3ee4
Diffstat (limited to 'vcl/win')
-rw-r--r-- | vcl/win/source/gdi/winlayout.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/win/source/gdi/winlayout.cxx b/vcl/win/source/gdi/winlayout.cxx index ff7f85346b6f..89503f3dbeab 100644 --- a/vcl/win/source/gdi/winlayout.cxx +++ b/vcl/win/source/gdi/winlayout.cxx @@ -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; |