diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-08-22 23:42:34 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-08-22 23:43:27 +0200 |
commit | 4e31977bcdd79fc3ae23c4c470a782af6173f6c0 (patch) | |
tree | c275a06c95911527fab9b11dbf7dce75a0757264 /vcl | |
parent | 7e2b9fa2132346787bec09c7d590def9a65b9a7f (diff) |
WaE: unused parameter
Change-Id: Ie3e6e2f0a498f0871e8b757cd7ab73fa4eba0060
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/outdev/map.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
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, |