Re: Cppcheck reports Using 'memset' on class that contains ... (sw module)

2014-03-31 Thread Stephan Bergmann

On 03/29/2014 01:49 PM, julien2412 wrote:

Cppcheck reported this:
sw/source/filter/ww8/ww8scan.cxx
5158memsetClass error   Using 'memset' on class that contains a virtual
method.
5158memsetClass error   Using 'memset' on class that contains a 
reference.
5158memsetClass error   Using 'memset' on class that contains a 
'std::map'.


While the latter two would be real errors (though I don't see a good 
reason to warn about the first), I fail to find any reference or 
std::map members (or virtual function members, for that matter) in the 
definition of class WW8Fib in recent trunk sw/source/filter/ww8/ww8scan.hxx.


(And it doesn't add to your confidence in Cppcheck if you see it use 
such bad language as virtual method.)


Stephan
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Cppcheck reports Using 'memset' on class that contains ... (sw module)

2014-03-29 Thread julien2412
Hello,

Cppcheck reported this:
sw/source/filter/ww8/ww8scan.cxx
5158memsetClass error   Using 'memset' on class that contains a virtual
method.
5158memsetClass error   Using 'memset' on class that contains a 
reference.
5158memsetClass error   Using 'memset' on class that contains a 
'std::map'.

See
http://opengrok.libreoffice.org/xref/core/sw/source/filter/ww8/ww8scan.cxx#5155

False positive or real problem?

Julien



--
View this message in context: 
http://nabble.documentfoundation.org/Cppcheck-reports-Using-memset-on-class-that-contains-sw-module-tp4103435.html
Sent from the Dev mailing list archive at Nabble.com.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice