minor fix
This commit is contained in:
parent
14ba74e705
commit
85cd761e36
|
@ -912,6 +912,7 @@ CppPreprocessor::BranchResult CppPreprocessor::calcElseBranchResult(BranchResult
|
|||
case BranchResult::parentIsFalse: return BranchResult::parentIsFalse;
|
||||
}
|
||||
Q_ASSERT( false ); //We should fail here.
|
||||
return BranchResult::isFalse;
|
||||
}
|
||||
|
||||
void CppPreprocessor::addDefinesInFile(const QString &fileName)
|
||||
|
|
Loading…
Reference in New Issue