Skip to content

Commit

Permalink
[meta] Fix dangling pointer warning for gcc 12 (#1996)
Browse files Browse the repository at this point in the history
Issue described in #1995
  • Loading branch information
kcudnik authored Apr 22, 2024
1 parent 2587c3b commit e329bf2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meta/test.pm
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ sub CreateApiNameTest
WriteTest " dummy = &re;";
WriteTest " dummy = &se;";
WriteTest " dummy = ≥";
WriteTest " dummy = NULL;";
WriteTest " checked[(int)$ot] = $ot;";
}
else
Expand Down Expand Up @@ -358,6 +359,7 @@ sub CreateApiNameTest
WriteTest " dummy = &re;";
WriteTest " dummy = &se;";
WriteTest " dummy = ≥";
WriteTest " dummy = NULL;";
WriteTest " checked[(int)$ot] = $ot;";
}

Expand Down

0 comments on commit e329bf2

Please sign in to comment.