vcl/win/gdi/salgdi.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 15e4427e8fb56a143caa28b8a3120f3761fc77a5 Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Tue Dec 15 09:11:38 2020 +0100 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Tue Dec 15 10:19:29 2020 +0100 Silence warning C4100: unreferenced formal parameter Change-Id: I27d28ebeca8425b7750996edae0cf704b5626c49 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107739 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/vcl/win/gdi/salgdi.cxx b/vcl/win/gdi/salgdi.cxx index ce7d7543f2a2..0e868e516b60 100644 --- a/vcl/win/gdi/salgdi.cxx +++ b/vcl/win/gdi/salgdi.cxx @@ -601,7 +601,7 @@ void CompatibleDC::fill(sal_uInt32 color) *p++ = color; } -WinSalGraphics::WinSalGraphics(WinSalGraphics::Type eType, bool bScreen, HWND hWnd, SalGeometryProvider *pProvider): +WinSalGraphics::WinSalGraphics(WinSalGraphics::Type eType, bool bScreen, HWND hWnd, [[maybe_unused]] SalGeometryProvider *pProvider): mhLocalDC(nullptr), mbPrinter(eType == WinSalGraphics::PRINTER), mbVirDev(eType == WinSalGraphics::VIRTUAL_DEVICE), _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits