summaryrefslogtreecommitdiffstats
path: root/src/doxygen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/doxygen.cpp')
-rw-r--r--src/doxygen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doxygen.cpp b/src/doxygen.cpp
index 4f6e1cf..aa091f9 100644
--- a/src/doxygen.cpp
+++ b/src/doxygen.cpp
@@ -9142,7 +9142,7 @@ static void parseFilesMultiThreading(const std::shared_ptr<Entry> &root)
{
numThreads = std::thread::hardware_concurrency();
}
- msg("Processing input using %lu threads.\n",numThreads);
+ msg("Processing input using %zu threads.\n",numThreads);
ThreadPool threadPool(numThreads);
using FutureType = std::vector< std::shared_ptr<Entry> >;
std::vector< std::future< FutureType > > results;