CheckUninitVar: Try to activate the valueflow based checking again

This commit is contained in:
Daniel Marjamäki 2017-08-20 19:54:06 +02:00
parent 3abb62a6d1
commit e087156e30
1 changed files with 0 additions and 5 deletions

View File

@ -1227,11 +1227,6 @@ void CheckUninitVar::uninitStructMemberError(const Token *tok, const std::string
void CheckUninitVar::valueFlowUninit()
{
// FIXME: #8036, #8041
// When this is fixed, #7293 can be closed
if (!_settings->experimental)
return;
const SymbolDatabase *symbolDatabase = _tokenizer->getSymbolDatabase();
std::list<Scope>::const_iterator scope;