fix -Wextra in FreeCADGui
This commit is contained in:
@@ -136,6 +136,7 @@ QPixmap ExpressionBinding::getIcon(const char* name, const QSize& size) const
|
||||
|
||||
bool ExpressionBinding::apply(const std::string & propName)
|
||||
{
|
||||
Q_UNUSED(propName);
|
||||
if (hasExpression()) {
|
||||
DocumentObject * docObj = path.getDocumentObject();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user