+ fix: -Wunused-variable
This commit is contained in:
parent
7e261db1a2
commit
dde207c360
|
@ -172,6 +172,7 @@ bool ExpressionBinding::apply()
|
|||
Property * prop(path.getProperty());
|
||||
|
||||
assert(prop != 0);
|
||||
Q_UNUSED(prop);
|
||||
|
||||
DocumentObject * docObj(path.getDocumentObject());
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user