[TD]CI clang warnings

This commit is contained in:
wandererfan
2022-08-23 15:32:13 -04:00
committed by WandererFan
parent c075a298ae
commit aa2b1b8392
246 changed files with 3944 additions and 4241 deletions

View File

@@ -22,8 +22,8 @@
* *
***************************************************************************/
#ifndef _DrawViewPart_h_
#define _DrawViewPart_h_
#ifndef DrawViewPart_h_
#define DrawViewPart_h_
#include <Mod/TechDraw/TechDrawGlobal.h>
@@ -110,7 +110,6 @@ public:
App::PropertyInteger IsoCount;
short mustExecute() const override;
void onDocumentRestored() override;
App::DocumentObjectExecReturn *execute() override;
const char* getViewProviderName() const override {
return "TechDrawGui::ViewProviderViewPart";
@@ -162,7 +161,7 @@ public:
bool handleFaces();
bool isUnsetting() { return nowUnsetting; }
virtual std::vector<TopoDS_Wire> getWireForFace(int idx) const;
virtual TopoDS_Shape getSourceShape() const;
@@ -273,4 +272,4 @@ using DrawViewPartPython = App::FeaturePythonT<DrawViewPart>;
} //namespace TechDraw
#endif // #ifndef _DrawViewPart_h_
#endif // #ifndef DrawViewPart_h_