From 0b849818d38918415d1c9a735fb79d0d90f544e4 Mon Sep 17 00:00:00 2001 From: Janos Follath Date: Thu, 25 Jun 2020 13:08:25 +0100 Subject: [PATCH] Add ChangeLog entry for #3311: fix uninitialised variable Signed-off-by: Janos Follath --- ChangeLog.d/make-cpp-check-happy.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ChangeLog.d/make-cpp-check-happy.txt diff --git a/ChangeLog.d/make-cpp-check-happy.txt b/ChangeLog.d/make-cpp-check-happy.txt new file mode 100644 index 000000000..2ae74cb0a --- /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.