src: fixed clang warnings

This commit is contained in:
Eberhard Graether
2015-12-13 04:48:04 +01:00
parent 87ad243f31
commit 801c2555bc
6 changed files with 3 additions and 11 deletions
+1
View File
@@ -330,6 +330,7 @@ bool Edge::checkType() const // TODO: remove this function
return true;
case EDGE_TEMPLATE_SPECIALIZATION_OF:
case EDGE_TEMPLATE_MEMBER_SPECIALIZATION_OF:
if (!m_from->isType(typeMask | functionMask) || !m_to->isType(typeMask | functionMask))
{
break;