summaryrefslogtreecommitdiffstats
path: root/development/cppcheck
diff options
context:
space:
mode:
author B. Watson2020-10-13 02:59:52 +0200
committer Willy Sudiarto Raharjo2020-10-17 04:38:57 +0200
commit120e7e78fede943153277a032724ffce4cf8bab0 (patch)
treefddf444fc3519e1576fed0967edbac095564520f /development/cppcheck
parente5f56ae5eb178f1428ee43c974501af773b3a904 (diff)
downloadslackbuilds-120e7e78fede943153277a032724ffce4cf8bab0.tar.gz
development/cppcheck: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/cppcheck')
-rw-r--r--development/cppcheck/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/development/cppcheck/README b/development/cppcheck/README
index f9741d43c0..00b1accd63 100644
--- a/development/cppcheck/README
+++ b/development/cppcheck/README
@@ -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