[vtk-developers] Dashboards

Ben Boeckel ben.boeckel at kitware.com
Wed Nov 22 10:56:44 EST 2017


On Wed, Nov 22, 2017 at 08:25:09 -0500, Ken Martin wrote:
> - bunch of utf8 compile warnings
> 
> /Users/builder/external/VTK/ThirdParty/utf8/vtkutf8/utf8/checked.h:45:42:
> warning: dynamic exception specifications are deprecated
> [-Wdeprecated-dynamic-exception-spec]
>         virtual const char* what() const throw() { return "Invalid
> code point"; }
> 
> 
> - missing override
> 
> In file included from
> /Users/builder/external/VTK/Utilities/PythonInterpreter/vtkPythonInterpreter.cxx:22:
> /Users/builder/external/VTK/Common/Misc/vtkResourceFileLocator.h:97:3:
> warning: '~vtkResourceFileLocator' overrides a destructor but is not
> marked 'override' [-Winconsistent-missing-destructor-override]
>   ~vtkResourceFileLocator();
>   ^
> /Users/builder/external/VTK/Common/Core/vtkObject.h:243:3: note:
> overridden virtual function is here
>   ~vtkObject() override;

These two are here:

    https://gitlab.kitware.com/vtk/vtk/merge_requests/3588

But I need to see if `noexcept` works on VS2013's toolchain or not (will
do today).

--Ben


More information about the vtk-developers mailing list