[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

@@ -90,7 +90,7 @@ void QGIViewSection::drawSectionFace()
std::vector<TechDraw::FacePtr>::iterator fit = sectionFaces.begin();
int i = 0;
for(; fit != sectionFaces.end(); fit++, i++) {
QGIFace* newFace = drawFace(*fit,-1);
QGIFace* newFace = drawFace(*fit, -1);
newFace->setZValue(ZVALUE::SECTIONFACE);
if (section->showSectionEdges()) {
newFace->setDrawEdges(true);
@@ -134,7 +134,7 @@ void QGIViewSection::drawSectionFace()
}
}
} else {
Base::Console().Warning("QGIVS::draw - unknown CutSurfaceDisplay: %d\n",
Base::Console().Warning("QGIVS::draw - unknown CutSurfaceDisplay: %d\n",
section->CutSurfaceDisplay.getValue());
}