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.