Kaydet (Commit) 4e31977b authored tarafından Matúš Kukan's avatar Matúš Kukan

WaE: unused parameter

Change-Id: Ie3e6e2f0a498f0871e8b757cd7ab73fa4eba0060
üst 7e2b9fa2
...@@ -1625,6 +1625,8 @@ Region OutputDevice::PixelToLogic( const Region& rDeviceRegion, const MapMode& r ...@@ -1625,6 +1625,8 @@ Region OutputDevice::PixelToLogic( const Region& rDeviceRegion, const MapMode& r
static void verifyUnitSourceDest( MapUnit eUnitSource, MapUnit eUnitDest ) static void verifyUnitSourceDest( MapUnit eUnitSource, MapUnit eUnitDest )
{ {
(void) eUnitSource;
(void) eUnitDest;
DBG_ASSERT( eUnitSource != MAP_SYSFONT DBG_ASSERT( eUnitSource != MAP_SYSFONT
&& eUnitSource != MAP_APPFONT && eUnitSource != MAP_APPFONT
&& eUnitSource != MAP_RELATIVE, && eUnitSource != MAP_RELATIVE,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment