From 4e31977bcdd79fc3ae23c4c470a782af6173f6c0 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Fri, 22 Aug 2014 23:42:34 +0200 Subject: WaE: unused parameter Change-Id: Ie3e6e2f0a498f0871e8b757cd7ab73fa4eba0060 --- vcl/source/outdev/map.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vcl/source/outdev/map.cxx b/vcl/source/outdev/map.cxx index ee2509164a36..396a2c471014 100644 --- a/vcl/source/outdev/map.cxx +++ b/vcl/source/outdev/map.cxx @@ -1625,6 +1625,8 @@ Region OutputDevice::PixelToLogic( const Region& rDeviceRegion, const MapMode& r static void verifyUnitSourceDest( MapUnit eUnitSource, MapUnit eUnitDest ) { + (void) eUnitSource; + (void) eUnitDest; DBG_ASSERT( eUnitSource != MAP_SYSFONT && eUnitSource != MAP_APPFONT && eUnitSource != MAP_RELATIVE, -- cgit