aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorManish Pandey <manish.pandey2@arm.com>2019-12-03 23:21:08 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2019-12-03 23:21:08 +0000
commit6141eeeb5718a3db22d1e1487367ac00a5d1b980 (patch)
tree0402b3bbc33b7d5bdef323aa61c13c85bcb264ff /docs
parent1c5f90fb742ccf56879eb19c8313a983dbaad1b2 (diff)
parentb8baa9346aaad24f8da48e408e0dbd5e65619905 (diff)
downloadarm-trusted-firmware-6141eeeb5718a3db22d1e1487367ac00a5d1b980.tar.gz
Merge "Remove unnecessary warning options" into integration
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 86aeb739d..49678719f 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