PD: [skip ci] fix warning -Wunused-variable
This commit is contained in:
@@ -367,6 +367,8 @@ void TaskPadParameters::fillDirectionCombo()
|
||||
try {
|
||||
Part::Feature* pcFeature = pcFeat->getVerifiedObject();
|
||||
Base::Vector3d SketchVector = pcFeat->getProfileNormal();
|
||||
Q_UNUSED(pcFeature)
|
||||
Q_UNUSED(SketchVector)
|
||||
hasFace = true;
|
||||
}
|
||||
catch (const Base::Exception& e) {
|
||||
|
||||
@@ -370,6 +370,8 @@ void TaskPocketParameters::fillDirectionCombo()
|
||||
try {
|
||||
Part::Feature* pcFeature = pcFeat->getVerifiedObject();
|
||||
Base::Vector3d SketchVector = pcFeat->getProfileNormal();
|
||||
Q_UNUSED(pcFeature)
|
||||
Q_UNUSED(SketchVector)
|
||||
hasFace = true;
|
||||
}
|
||||
catch (const Base::Exception& e) {
|
||||
|
||||
Reference in New Issue
Block a user