[SOLVED] Re: Cppcheck : unused "pUnicodes" variable in pdfwriter_impl.cxx

2013-01-19 Thread Julien Nabet
On 18/01/2013 12:08, Caolán McNamara wrote: On Thu, 2013-01-17 at 13:43 -0800, julien2412 wrote: Hello, Cppcheck reported this: vcl/source/gdi/pdfwriter_impl.cxx 3203unreadVariable style Variable 'pUnicodes' is assigned a value that is never used Can we just remove it or something lackin

Re: Cppcheck : unused "pUnicodes" variable in pdfwriter_impl.cxx

2013-01-18 Thread Caolán McNamara
On Thu, 2013-01-17 at 13:43 -0800, julien2412 wrote: > Hello, > > Cppcheck reported this: > vcl/source/gdi/pdfwriter_impl.cxx > 3203 unreadVariable style Variable 'pUnicodes' is assigned a value that is > never used > Can we just remove it or something lacking? Go ahead and remove the pUnico

Cppcheck : unused "pUnicodes" variable in pdfwriter_impl.cxx

2013-01-17 Thread julien2412
Hello, Cppcheck reported this: vcl/source/gdi/pdfwriter_impl.cxx 3203unreadVariable style Variable 'pUnicodes' is assigned a value that is never used see http://opengrok.libreoffice.org/xref/core/vcl/source/gdi/pdfwriter_impl.cxx#3182 Can we just remove it or something lacking? Julien