commit | 0b849818d38918415d1c9a735fb79d0d90f544e4 | [log] [tgz] |
---|---|---|
author | Janos Follath <janos.follath@arm.com> | Thu Jun 25 13:08:25 2020 +0100 |
committer | Janos Follath <janos.follath@arm.com> | Thu Jun 25 13:28:58 2020 +0100 |
tree | 206f44a5601d8b903eb2fe8b8e87140f787f013f | |
parent | 3ec2e4a464df942c14b369acf5f7913d8ff94ad1 [diff] |
Add ChangeLog entry for #3311: fix uninitialised variable Signed-off-by: Janos Follath <janos.follath@arm.com>
diff --git a/ChangeLog.d/make-cpp-check-happy.txt b/ChangeLog.d/make-cpp-check-happy.txt new file mode 100644 index 0000000..2ae74cb --- /dev/null +++ b/ChangeLog.d/make-cpp-check-happy.txt
@@ -0,0 +1,3 @@ +Bugfix + * Fix false positive uninitialised variable reported by cpp-check. + Contributed by Sander Visser in #3311.