From 5a04f7d88d1e019e83e3c82ba44602e755553758452f9b7555340d16e29e1a8b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 29 Sep 2023 07:29:11 +0000 Subject: [PATCH] - add werror-return-type.patch to fix false warnings where gcc can not properly detect the "noreturn" nature of the function OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=115 --- cppcheck.changes | 2 ++ 1 file changed, 2 insertions(+) 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