summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2020-10-12 20:59:52 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-10-17 09:38:57 +0700
commit120e7e78fede943153277a032724ffce4cf8bab0 (patch)
treefddf444fc3519e1576fed0967edbac095564520f
parente5f56ae5eb178f1428ee43c974501af773b3a904 (diff)
downloadslackbuilds-120e7e78fede943153277a032724ffce4cf8bab0.tar.gz
slackbuilds-120e7e78fede943153277a032724ffce4cf8bab0.tar.xz
development/cppcheck: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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