diff --git a/cppcheck.changes b/cppcheck.changes index e907f8c..344f8f9 100644 --- a/cppcheck.changes +++ b/cppcheck.changes @@ -68,6 +68,8 @@ Thu Sep 14 11:18:59 UTC 2023 - Dirk Müller string-to-integer conversions will now be error checked. * scanning projects (with -j1) will now defer the analysis of markup files until the whole code was processed +- add werror-return-type.patch to fix false warnings where + gcc can not properly detect the "noreturn" nature of the function ------------------------------------------------------------------- Tue May 30 10:57:47 UTC 2023 - Manfred Schwarb