aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJustin Chadwell <justin.chadwell@arm.com>2019-07-31 11:44:42 +0100
committerMadhukar Pappireddy <madhukar.pappireddy@arm.com>2019-11-19 08:53:11 -0600
commitb8baa9346aaad24f8da48e408e0dbd5e65619905 (patch)
treeeca7104d61b8fc80ad060af3cef60f33f9891431 /docs
parent9ab81b5ea9811b673668c43289bb48c85c4f9659 (diff)
downloadarm-trusted-firmware-b8baa9346aaad24f8da48e408e0dbd5e65619905.tar.gz
Remove unnecessary warning options
Both -Wmissing-field-initializers and -Wsign-compare are both covered by -Wextra which is enabled at W=1 anyway. Therefore, the explicit options are not required. Change-Id: I2e7d95b5fc14af7c70895859a7ebbeac5bc0d2a4 Signed-off-by: Justin Chadwell <justin.chadwell@arm.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/process/security-hardening.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/process/security-hardening.rst b/docs/process/security-hardening.rst
index 1a5524fd8..646b7a117 100644
--- a/docs/process/security-hardening.rst
+++ b/docs/process/security-hardening.rst
@@ -37,8 +37,7 @@ Several build options can be used to check for security issues. Refer to the
- W=2
Adds ``Waggregate-return``, ``Wcast-align``, ``Wnested-externs``,
- ``Wshadow``, ``Wlogical-op``, ``Wmissing-field-initializers`` and
- ``Wsign-compare``.
+ ``Wshadow``, ``Wlogical-op``.
- W=3