src: fixed clang warnings

This commit is contained in:
Eberhard Graether
2016-08-06 12:53:17 +02:00
parent f7de8d017a
commit 3c88998c10
7 changed files with 12 additions and 4 deletions
@@ -1203,7 +1203,7 @@ void GraphController::handleMessage(MessageColorSchemeTest* message)
[&](Node* parent, Id id, Node::NodeType type, std::string name, AccessKind access)
{
Node* node = graph->createNode(id + 1000, type, NameHierarchy(name), true);
Edge* edge = graph->createEdge(id + 10000, Edge::EDGE_MEMBER, parent, node);
graph->createEdge(id + 10000, Edge::EDGE_MEMBER, parent, node);
if (access != ACCESS_NONE)
{