aboutsummaryrefslogtreecommitdiffstats
path: root/docs/process/security-hardening.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/process/security-hardening.rst')
-rw-r--r--docs/process/security-hardening.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/process/security-hardening.rst b/docs/process/security-hardening.rst
index 49678719f..a18a79203 100644
--- a/docs/process/security-hardening.rst
+++ b/docs/process/security-hardening.rst
@@ -30,9 +30,8 @@ Several build options can be used to check for security issues. Refer to the
- W=1
- Adds ``Wextra``, ``Wmissing-declarations``, ``Wmissing-format-attribute``,
- ``Wmissing-prototypes``, ``Wold-style-definition`` and
- ``Wunused-const-variable``.
+ Adds ``Wextra``, ``Wmissing-format-attribute``, ``Wmissing-prototypes``,
+ ``Wold-style-definition`` and ``Wunused-const-variable``.
- W=2
@@ -42,7 +41,7 @@ Several build options can be used to check for security issues. Refer to the
- W=3
Adds ``Wbad-function-cast``, ``Wcast-qual``, ``Wconversion``, ``Wpacked``,
- ``Wpadded``, ``Wpointer-arith``, ``Wredundant-decls`` and
+ ``Wpointer-arith``, ``Wredundant-decls`` and
``Wswitch-default``.
Refer to the GCC or Clang documentation for more information on the individual