Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
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
5 years ago
by
Manish Pandey
Committed by
TrustedFirmware Code Review
5 years ago
Browse files
Options
Download
Plain Diff
Merge "Remove unnecessary warning options" into integration
parents
1c5f90fb
b8baa934
master
v2.5
v2.5-rc1
v2.5-rc0
v2.4
v2.4-rc2
v2.4-rc1
v2.4-rc0
v2.3
v2.3-rc2
v2.3-rc1
v2.3-rc0
arm_cca_v0.2
arm_cca_v0.1
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+0
-2
Makefile
docs/process/security-hardening.rst
+1
-2
docs/process/security-hardening.rst
with
1 addition
and
4 deletions
+1
-4
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
...
...
This diff is collapsed.
Click to expand it.
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
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help