Compositor: Code cleanup, prepare for strict C++ flags

This commit is contained in:
2015-03-27 15:49:07 +05:00
parent 585dd26120
commit 2ada3512a2
115 changed files with 193 additions and 165 deletions

View File

@@ -27,7 +27,7 @@ SwitchNode::SwitchNode(bNode *editorNode) : Node(editorNode)
/* pass */
}
void SwitchNode::convertToOperations(NodeConverter &converter, const CompositorContext &context) const
void SwitchNode::convertToOperations(NodeConverter &converter, const CompositorContext &/*context*/) const
{
bool condition = this->getbNode()->custom1;