Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
6141eeeb
Commit
6141eeeb
authored
Dec 03, 2019
by
Manish Pandey
Committed by
TrustedFirmware Code Review
Dec 03, 2019
Browse files
Merge "Remove unnecessary warning options" into integration
parents
1c5f90fb
b8baa934
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
6141eeeb
...
...
@@ -247,8 +247,6 @@ WARNING2 += -Wcast-align
WARNING2
+=
-Wnested-externs
WARNING2
+=
-Wshadow
WARNING2
+=
-Wlogical-op
WARNING2
+=
-Wmissing-field-initializers
WARNING2
+=
-Wsign-compare
WARNING3
:=
-Wbad-function-cast
WARNING3
+=
-Wcast-qual
...
...
docs/process/security-hardening.rst
View file @
6141eeeb
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment