Skip to content

Commit f51a709

Browse files
committed
add fixme comment
1 parent ce6cc54 commit f51a709

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/checkuninitvar.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1201,6 +1201,7 @@ void CheckUninitVar::uninitStructMemberError(const Token *tok, const std::string
12011201
void CheckUninitVar::valueFlowUninit()
12021202
{
12031203
// FIXME: #8036, #8041
1204+
// When this is fixed, #7293 can be closed
12041205
if (!_settings->experimental)
12051206
return;
12061207

0 commit comments

Comments
 (0)