Re: Cppcheck reports "Uninitialized variable bIsRow" in formulaparser.cxx

2012-04-05 Thread Caolán McNamara
On Sun, 2012-03-18 at 02:41 -0700, julien2412 wrote: ... > Or should there be a default value (which one ?) on readNlrSRangeAddData ? Let just do that. pushed now as 735a2cba30c55b5aff4883389f65255fb2d07458 I suspect these things might be at the bottom of an unused code trail myself. C. __

Cppcheck reports "Uninitialized variable bIsRow" in formulaparser.cxx

2012-03-18 Thread julien2412
Hello, Cppcheck reports this : [source/filter/oox/formulaparser.cxx:2611]: (error) Uninitialized variable: bIsRow Here are the lines : 2608 bool BiffFormulaParserImpl::readNlrSAddrAddData( BiffNlr& orNlr, BiffInputStream& rStrm, bool bRow ) 2609 { 2610 bool bIsRow; 2611 return