Compositor: Code cleanup, prepare for strict C++ flags
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user