development/cppcheck: Fix README.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2020-10-12 20:59:52 -04:00 committed by Willy Sudiarto Raharjo
parent e5f56ae5eb
commit 120e7e78fe
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -1,7 +1,7 @@
Cppcheck is a static analysis tool for C/C++ code. Unlike C/C++ compilers
and many other analysis tools, it doesn't detect syntax errors. Cppcheck
only detects the types of bugs that the compilers normally fail to detect.
The goal is to have no false positives.
Cppcheck is a static analysis tool for C/C++ code. Unlike C/C++
compilers and many other analysis tools, it doesn't detect syntax
errors. Cppcheck only detects the types of bugs that the compilers
normally fail to detect. The goal is to have no false positives.
To supplement Cppcheck, it is recommended that you enable as many
compiler warnings as possible. For the GCC compiler, take a look