Dirk Neumann - 2020-05-14

Hello,

I recently upgraded from cppcheck 1.86 to cppcheck 2.0 on Windows 10. When I run the old version with command -E, I get a message like "Checking filename.c ..." on each file. With the new version, I do not get this message. At least on running -E. If I run cppcheck 2.0 without -E, I get this message. The rest of the output (the preprocessed source code) on running -E looks like it looked with version 1.86.
How can I re-enable the missing message?

Thanks in advance,

Dirk.