code cleanup: quiet warnings from compositor merge (builds with -Werror now in cmake)

This commit is contained in:
2012-05-17 13:10:34 +00:00
parent a00cc81efb
commit 463898014f
4 changed files with 16 additions and 5 deletions

View File

@@ -84,6 +84,9 @@ void OutputSocketProxyNode::convertToOperations(ExecutionSystem *graph, Composit
graph->addOperation(operation);
break;
}
/* quiet warnings */
case COM_DT_UNKNOWN:
break;
}
}
}