# HG changeset patch # User Sebastien Jodogne # Date 1754915001 -7200 # Node ID 43a7c599aacebfd367cc023f1bbfbb19ff0fc8a4 # Parent 4424dd1adf14ee773e24d759080fb44c83d3b4ef cppcheck diff -r 4424dd1adf14 -r 43a7c599aace OrthancFramework/Sources/MultiThreading/RunnableWorkersPool.cpp --- a/OrthancFramework/Sources/MultiThreading/RunnableWorkersPool.cpp Mon Aug 11 14:03:18 2025 +0200 +++ b/OrthancFramework/Sources/MultiThreading/RunnableWorkersPool.cpp Mon Aug 11 14:23:21 2025 +0200 @@ -120,7 +120,7 @@ std::unique_ptr availableWorkers_; public: - PImpl(MetricsRegistry::SharedMetrics* availableWorkers /* takes ownership */) : + explicit PImpl(MetricsRegistry::SharedMetrics* availableWorkers /* takes ownership */) : continue_(false), availableWorkers_(availableWorkers) { diff -r 4424dd1adf14 -r 43a7c599aace OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h --- a/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h Mon Aug 11 14:03:18 2025 +0200 +++ b/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h Mon Aug 11 14:23:21 2025 +0200 @@ -8005,7 +8005,7 @@ * * @see OrthancPluginRegisterChunkedRestCallback() * @param reader Memory location that must be filled with the newly-created reader. - * @param url The URI that is accessed. + * @param uri The URI that is accessed. * @param request The body of the HTTP request. Note that "body" and "bodySize" are not used. * @return 0 if success, or the error code if failure. **/ diff -r 4424dd1adf14 -r 43a7c599aace OrthancServer/Resources/CodeModel/README.txt --- a/OrthancServer/Resources/CodeModel/README.txt Mon Aug 11 14:03:18 2025 +0200 +++ b/OrthancServer/Resources/CodeModel/README.txt Mon Aug 11 14:23:21 2025 +0200 @@ -18,7 +18,7 @@ Executing with default parameters: -$ sudo apt-get install python3-clang-14 python3-pystache +$ sudo apt install python3-clang-14 python3-pystache $ python3 ./GenerateCodeModel.py