Hi, when checking the file cppcheck-2.16.0/samples/AssignmentAddressToInteger/bad.c, I got nothing to be reported. The target file is one of the samples under the cppcheck source code. My command is something like below.
./cppcheck --enable=warning bad.c
Maybe I missed some config or options. Do you know why?Thanks a lot!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, when checking the file cppcheck-2.16.0/samples/AssignmentAddressToInteger/bad.c, I got nothing to be reported. The target file is one of the samples under the cppcheck source code. My command is something like below.
Maybe I missed some config or options. Do you know why?Thanks a lot!
It's a
portability
check: