-
- Downloads
Fix a few warnings
Fix warnings detected by gcc 14 when building with ``` SET(CMAKE_CXX_FLAGS "-Wall -Wextra -Wshadow -Woverloaded-virtual -Wno-deprecated -Wno-strict-overflow -Wno-array-bounds -Wunreachable-code -fdiagnostics-color=always -Wstringop-overflow -Wstringop-overread" CACHE STRING "") SET(CMAKE_C_FLAGS "-Wall -Wextra -Wshadow" CACHE STRING "") ``` The fixes are mostly about shadowed variables and methods
Showing
- Charts/Core/vtkChartPie.h 1 addition, 0 deletionsCharts/Core/vtkChartPie.h
- Common/Core/vtkInformationIntegerVectorKey.cxx 1 addition, 1 deletionCommon/Core/vtkInformationIntegerVectorKey.cxx
- Common/DataModel/Testing/Cxx/TestCompositeDataSetRange.cxx 1 addition, 2 deletionsCommon/DataModel/Testing/Cxx/TestCompositeDataSetRange.cxx
- Common/DataModel/Testing/Cxx/TestDataObjectTreeRange.cxx 1 addition, 2 deletionsCommon/DataModel/Testing/Cxx/TestDataObjectTreeRange.cxx
- Common/DataModel/vtkMappedUnstructuredGrid.h 1 addition, 0 deletionsCommon/DataModel/vtkMappedUnstructuredGrid.h
- Common/DataModel/vtkPath.h 1 addition, 0 deletionsCommon/DataModel/vtkPath.h
- Filters/Extraction/vtkLocationSelector.cxx 1 addition, 0 deletionsFilters/Extraction/vtkLocationSelector.cxx
- Filters/Geometry/vtkAttributeSmoothingFilter.cxx 5 additions, 2 deletionsFilters/Geometry/vtkAttributeSmoothingFilter.cxx
- IO/Export/vtkSVGContextDevice2D.h 3 additions, 0 deletionsIO/Export/vtkSVGContextDevice2D.h
- IO/FLUENTCFF/vtkFLUENTCFFReader.cxx 19 additions, 19 deletionsIO/FLUENTCFF/vtkFLUENTCFFReader.cxx
- IO/Image/vtkNIFTIImageWriter.cxx 2 additions, 2 deletionsIO/Image/vtkNIFTIImageWriter.cxx
- Rendering/Label/vtkFreeTypeLabelRenderStrategy.h 1 addition, 0 deletionsRendering/Label/vtkFreeTypeLabelRenderStrategy.h
- Rendering/Label/vtkLabelHierarchy.h 1 addition, 0 deletionsRendering/Label/vtkLabelHierarchy.h
- Rendering/OpenGL2/vtkArrayRenderer.h 1 addition, 0 deletionsRendering/OpenGL2/vtkArrayRenderer.h
- ThirdParty/token/vtktoken/token/json/jsonManager.cxx 1 addition, 1 deletionThirdParty/token/vtktoken/token/json/jsonManager.cxx
Loading
Please register or sign in to comment