]> git.sesse.net Git - kdenlive/blobdiff - src/commands/moveeffectcommand.cpp
fix gcc warnings
[kdenlive] / src / commands / moveeffectcommand.cpp
index 4d34cd0eadf5a5d2dbfd9511f4e2a1653ec0f617..a96fcc4016e1f42d40796c505b5b59f36863309f 100644 (file)
@@ -51,6 +51,7 @@ int MoveEffectCommand::id() const
 // virtual
 bool MoveEffectCommand::mergeWith(const QUndoCommand * other)
 {
+    Q_UNUSED(other)
     return false;
     /* dead code (flaged by coverity), was removed to avoid crash when dropping on group
     if (other->id() != id()) return false;