comparison OrthancServer/Resources/RunCppCheck.sh @ 5280:49477780e25a

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 15 Apr 2023 13:07:47 +0200
parents acaea72a3e91
children 84150c5227f8
comparison
equal deleted inserted replaced
5279:b9456dfde58a 5280:49477780e25a
86 -D__BYTE_ORDER=__LITTLE_ENDIAN \ 86 -D__BYTE_ORDER=__LITTLE_ENDIAN \
87 -D__GNUC__ \ 87 -D__GNUC__ \
88 -D__cplusplus=201103 \ 88 -D__cplusplus=201103 \
89 -D__linux__ \ 89 -D__linux__ \
90 -UNDEBUG \ 90 -UNDEBUG \
91 -DHAS_ORTHANC_EXCEPTION=1 \
91 \ 92 \
92 ../../OrthancFramework/Sources \ 93 ../../OrthancFramework/Sources \
93 ../../OrthancFramework/UnitTestsSources \ 94 ../../OrthancFramework/UnitTestsSources \
94 ../../OrthancServer/Plugins/Engine \ 95 ../../OrthancServer/Plugins/Engine \
95 ../../OrthancServer/Plugins/Include \ 96 ../../OrthancServer/Plugins/Include \
96 ../../OrthancServer/Sources \ 97 ../../OrthancServer/Sources \
97 ../../OrthancServer/UnitTestsSources \ 98 ../../OrthancServer/UnitTestsSources \
99 ../../OrthancServer/Plugins/Samples/Common \
100 ../../OrthancServer/Plugins/Samples/ConnectivityChecks \
101 ../../OrthancServer/Plugins/Samples/DelayedDeletion \
102 ../../OrthancServer/Plugins/Samples/Housekeeper \
103 ../../OrthancServer/Plugins/Samples/ModalityWorklists \
104 ../../OrthancServer/Plugins/Samples/MultitenantDicom \
98 \ 105 \
99 2>&1 106 2>&1