comparison OrthancServer/Resources/RunCppCheck.sh @ 4253:2221051b42df

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 15 Oct 2020 20:08:44 +0200
parents 3d6f14a05db1
children 09ed936fd381
comparison
equal deleted inserted replaced
4252:f047e2734655 4253:2221051b42df
13 knownArgument:../../OrthancFramework/UnitTestsSources/ImageTests.cpp 13 knownArgument:../../OrthancFramework/UnitTestsSources/ImageTests.cpp
14 knownConditionTrueFalse:../../OrthancServer/Plugins/Engine/OrthancPlugins.cpp 14 knownConditionTrueFalse:../../OrthancServer/Plugins/Engine/OrthancPlugins.cpp
15 nullPointer:../../OrthancFramework/UnitTestsSources/RestApiTests.cpp:309 15 nullPointer:../../OrthancFramework/UnitTestsSources/RestApiTests.cpp:309
16 nullPointerRedundantCheck:../../OrthancFramework/UnitTestsSources/DicomMapTests.cpp 16 nullPointerRedundantCheck:../../OrthancFramework/UnitTestsSources/DicomMapTests.cpp
17 stlFindInsert:../../OrthancFramework/Sources/DicomFormat/DicomMap.cpp:1103 17 stlFindInsert:../../OrthancFramework/Sources/DicomFormat/DicomMap.cpp:1103
18 stlFindInsert:../../OrthancServer/Sources/OrthancWebDav.cpp:382
18 stlFindInsert:../../OrthancServer/Sources/ServerIndex.cpp:400 19 stlFindInsert:../../OrthancServer/Sources/ServerIndex.cpp:400
19 syntaxError:../../OrthancFramework/Sources/SQLite/FunctionContext.h:50 20 syntaxError:../../OrthancFramework/Sources/SQLite/FunctionContext.h:50
20 syntaxError:../../OrthancFramework/UnitTestsSources/ZipTests.cpp:129 21 syntaxError:../../OrthancFramework/UnitTestsSources/ZipTests.cpp:129
21 syntaxError:../../OrthancServer/UnitTestsSources/UnitTestsMain.cpp:314 22 syntaxError:../../OrthancServer/UnitTestsSources/UnitTestsMain.cpp:314
22 uninitMemberVar:../../OrthancServer/Sources/ServerJobs/StorageCommitmentScpJob.cpp:427 23 uninitMemberVar:../../OrthancServer/Sources/ServerJobs/StorageCommitmentScpJob.cpp:427
31 --suppressions-list=/tmp/cppcheck-suppressions.txt \ 32 --suppressions-list=/tmp/cppcheck-suppressions.txt \
32 -DBOOST_HAS_DATE_TIME=1 \ 33 -DBOOST_HAS_DATE_TIME=1 \
33 -DBOOST_HAS_FILESYSTEM_V3=1 \ 34 -DBOOST_HAS_FILESYSTEM_V3=1 \
34 -DBOOST_HAS_REGEX=1 \ 35 -DBOOST_HAS_REGEX=1 \
35 -DCIVETWEB_HAS_DISABLE_KEEP_ALIVE=1 \ 36 -DCIVETWEB_HAS_DISABLE_KEEP_ALIVE=1 \
37 -DCIVETWEB_HAS_WEBDAV_WRITING=1 \
36 -DDCMTK_VERSION_NUMBER=365 \ 38 -DDCMTK_VERSION_NUMBER=365 \
37 -DMONGOOSE_USE_CALLBACKS=1 \ 39 -DMONGOOSE_USE_CALLBACKS=1 \
38 -DORTHANC_BUILDING_FRAMEWORK_LIBRARY=0 \ 40 -DORTHANC_BUILDING_FRAMEWORK_LIBRARY=0 \
39 -DORTHANC_BUILDING_SERVER_LIBRARY=1 \ 41 -DORTHANC_BUILDING_SERVER_LIBRARY=1 \
40 -DORTHANC_BUILD_UNIT_TESTS=1 \ 42 -DORTHANC_BUILD_UNIT_TESTS=1 \