diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-04-08 23:44:41 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-04-09 00:54:29 +0300 |
commit | 2ecae4cd94445371cdee7defaac784707a9642da (patch) | |
tree | 6a7538bebf22ee9cd068fdc83ed31644f74c4430 /vcl | |
parent | aaeafc323ef77995950dd7337ee35886dd45e543 (diff) |
WaE: unused variable 'lineRunGlyphStartIx'
Change-Id: I444673fc46699512be0830fba94f752a5ccf619c
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/coretext/salcoretextlayout.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/coretext/salcoretextlayout.cxx b/vcl/coretext/salcoretextlayout.cxx index 6832bdb08fe6..ddd692889e0b 100644 --- a/vcl/coretext/salcoretextlayout.cxx +++ b/vcl/coretext/salcoretextlayout.cxx @@ -591,6 +591,7 @@ void CoreTextLayout::GetMeasurements() assert( lineGlyphIx + runGlyphCount <= mnGlyphCount ); const CFIndex lineRunGlyphStartIx = lineGlyphIx; + (void) lineRunGlyphStartIx; CFIndex runStringIndices[ runGlyphCount ]; CTRunGetStringIndices( run, CFRangeMake( 0, 0 ), runStringIndices ); |