diff options
author | David Tardon <dtardon@redhat.com> | 2012-03-08 06:44:21 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-03-12 08:53:27 +0100 |
commit | 48cb7040ce149ca91af64a94175d8b0e5ec23e05 (patch) | |
tree | e5dd19a98c53da45e35a558366095f4d3d26c658 /vcl | |
parent | f9177e2f5c8016ce2afdb2888630ff52d4152255 (diff) |
WaE: unused parameter 'pPrt'
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/win/source/gdi/salprn.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/win/source/gdi/salprn.cxx b/vcl/win/source/gdi/salprn.cxx index bb4741f3b6d7..59c16eb5ce32 100644 --- a/vcl/win/source/gdi/salprn.cxx +++ b/vcl/win/source/gdi/salprn.cxx @@ -1526,6 +1526,7 @@ void WinSalPrinter::markInvalid() // since SEH does not mix with standard exception handling's cleanup static int lcl_StartDocW( HDC hDC, DOCINFOW* pInfo, WinSalPrinter* pPrt ) { + (void) pPrt; int nRet = 0; CATCH_DRIVER_EX_BEGIN; nRet = ::StartDocW( hDC, pInfo ); |