Re: Cppcheck: 'is_vertical_run' is assigned a value that is never used (vcl module)

2013-02-19 Thread Tor Lillqvist
> Tor - can it go, or is it of some use for later? Hmm, I think it could be kept and instead a comment added "// Here the intent probably is to use this information for something" ;) This is not my code originally, and it is work in progress. --tml ___

Re: Cppcheck: 'is_vertical_run' is assigned a value that is never used (vcl module)

2013-02-19 Thread Jan Holesovsky
Hi Julien, julien2412 píše v Pá 15. 02. 2013 v 15:13 -0800: > Cppcheck reported this: > vcl/coretext/salcoretextlayout.cxx > 569 unreadVariable style Variable 'is_vertical_run' is assigned a value > that > is never used. > > 565 bool is_vertical_run = false; > 5

Cppcheck: 'is_vertical_run' is assigned a value that is never used (vcl module)

2013-02-15 Thread julien2412
Hello, Cppcheck reported this: vcl/coretext/salcoretextlayout.cxx 569 unreadVariable style Variable 'is_vertical_run' is assigned a value that is never used. 565 bool is_vertical_run = false; 566 CFDictionaryRef aDict = CTRunGetAttributes( r