1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-19 13:40:49 +03:00

Coding - Fixing warning for Clang #209

Update CMake flags and override methods for improved compatibility
Enhance build configurations and improve code quality with compiler flags
This commit is contained in:
dpasukhi
2024-12-23 18:28:17 +00:00
parent f7dea47c33
commit 8e4bda3043
12 changed files with 52 additions and 30 deletions

View File

@@ -35,7 +35,7 @@ public:
vtkTypeMacro(IVtkTools_DisplayModeFilter,IVtkTools_SubPolyDataFilter)
static IVtkTools_DisplayModeFilter *New();
void PrintSelf (std::ostream& os, vtkIndent indent);
void PrintSelf (std::ostream& os, vtkIndent indent) Standard_OVERRIDE;
//! Set display mode to define cells types to be passed through this filter.
void SetDisplayMode (const IVtk_DisplayMode aMode);

View File

@@ -35,7 +35,7 @@ public:
vtkTypeMacro(IVtkTools_SubPolyDataFilter,vtkPolyDataAlgorithm)
static IVtkTools_SubPolyDataFilter *New();
void PrintSelf (std::ostream& theOs, vtkIndent theIndent);
void PrintSelf (std::ostream& theOs, vtkIndent theIndent) Standard_OVERRIDE;
//! Set ids to be passed through this filter.
void SetData(const IVtk_IdTypeMap theSet);