mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
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:
parent
e5f56ae5eb
commit
120e7e78fe
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue