File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -243,3 +243,7 @@ constVariablePointer:*/src/vsg/app/SecondaryCommandGraph.cpp
243243// suppress inappropriate warning
244244passedByValue:*/src/vsg/vk/Device.cpp
245245passedByValue:*/src/vsg/vk/Instance.cpp
246+
247+ // suppress inapproach functionStatic warnings
248+ functionStatic:*/include/vsg/io/Output.h
249+ functionStatic:*/include/vsg/io/Input.h
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ namespace vsg
175175 mutable std::vector<ShadowMap> shadowMaps;
176176
177177 protected:
178- ~ViewDependentState ();
178+ ~ViewDependentState () override ;
179179 };
180180 VSG_type_name (vsg::ViewDependentState);
181181
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ namespace vsg
113113 Builder (const Builder& rhs) = delete ;
114114 Builder& operator =(const Builder& rhs) = delete ;
115115
116- ~Builder ();
116+ ~Builder () override ;
117117
118118 bool verbose = false ;
119119 ref_ptr<Options> options;
You can’t perform that action at this time.
0 commit comments