[vtk-developers] cppcheck and ike/Doxygen errors
Ken Martin
ken.martin at kitware.com
Wed Jun 6 15:09:33 EDT 2018
Yes, that is what I mean. Hmm. Based on
https://trac.cppcheck.net/ticket/6675
I figured this was the same issue as I think the value gets initialized
properly eventually. In their case the eventual initialization is done as
a : foo(0) versus our code that does { this->foo = 0; } so maybe it is
still broken for our case... or maybe I'm missing something.
On Wed, Jun 6, 2018 at 3:04 PM, Sean McBride <sean at rogue-research.com>
wrote:
> On Wed, 6 Jun 2018 11:47:10 -0400, Ken Martin said:
>
> >The cppcheck warnings I think are due to a bug in cppcheck that is fixed
> in
> >version 1.70.
>
> You mean:
>
> GUISupport/Qt/QVTKOpenGLWidget.cxx:32: warning: Member variable
> 'QVTKOpenGLWidget::qVTKOpenGLWindowInternal' is not initialized in the
> constructor.
>
> My bots use cppcheck 1.83 (newest).
>
> Cheers,
>
> --
> ____________________________________________________________
> Sean McBride, B. Eng sean at rogue-research.com
> Rogue Research www.rogue-research.com
> Mac Software Developer Montréal, Québec, Canada
>
>
>
--
Ken Martin PhD
Distinguished Engineer
Kitware Inc.
101 East Weaver Street
Carrboro, North Carolina
27510 USA
This communication, including all attachments, contains confidential and
legally privileged information, and it is intended only for the use of the
addressee. Access to this email by anyone else is unauthorized. If you are
not the intended recipient, any disclosure, copying, distribution or any
action taken in reliance on it is prohibited and may be unlawful. If you
received this communication in error please notify us immediately and
destroy the original message. Thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://public.kitware.com/pipermail/vtk-developers/attachments/20180606/0299d89e/attachment.html>
More information about the vtk-developers
mailing list