From c7262cde2dee222dea415f95ee2da14cff59850d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 3 Oct 2020 09:11:32 +0200 Subject: [PATCH] createrelease: in self check, --inline-suppr should be used --- createrelease | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/createrelease b/createrelease index fa6c76dac..b4b7bac3b 100755 --- a/createrelease +++ b/createrelease @@ -7,7 +7,7 @@ # - ensure cfg files etc are included (win_installer/cppcheck.wxs) # # self check: -# ./cppcheck -D__CPPCHECK__ --library=cppcheck-lib --enable=style --inconclusive --suppress=bitwiseOnBoolean --suppress=shadowFunction --suppress=useStlAlgorithm --suppress=*:externals/picojson.h cli gui/*.cpp lib +# ./cppcheck -D__CPPCHECK__ --library=cppcheck-lib --enable=style --inconclusive --inline-suppr --suppress=bitwiseOnBoolean --suppress=shadowFunction --suppress=useStlAlgorithm --suppress=*:externals/picojson.h cli gui/*.cpp lib # # Update translations # lupdate gui.pro