Skip to content

Commit

Permalink
[meta] Fix dangling pointer warning for gcc 12
Browse files Browse the repository at this point in the history
Issue described in opencomputeproject#1995
  • Loading branch information
kcudnik committed Apr 17, 2024
1 parent ca6b08f commit a834ba9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 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

0 comments on commit a834ba9

Please sign in to comment.