add fixme comment

This commit is contained in:
Daniel Marjamäki 2017-05-01 11:25:58 +02:00
parent ce6cc5416a
commit f51a709f80
1 changed files with 1 additions and 0 deletions

View File

@ -1201,6 +1201,7 @@ 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;