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
255b380a
Commit
255b380a
authored
5 years ago
by
Sandrine Bailleux
Committed by
TrustedFirmware Code Review
5 years ago
Browse files
Options
Download
Plain Diff
Merge "Remove -Wpadded warning" into integration
parents
ef771a4d
11a96e0e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+0
-1
Makefile
docs/process/security-hardening.rst
+3
-4
docs/process/security-hardening.rst
with
3 additions
and
5 deletions
+3
-5
Makefile
View file @
255b380a
...
...
@@ -261,7 +261,6 @@ WARNING3 := -Wbad-function-cast
WARNING3
+=
-Wcast-qual
WARNING3
+=
-Wconversion
WARNING3
+=
-Wpacked
WARNING3
+=
-Wpadded
WARNING3
+=
-Wpointer-arith
WARNING3
+=
-Wredundant-decls
WARNING3
+=
-Wswitch-default
...
...
This diff is collapsed.
Click to expand it.
docs/process/security-hardening.rst
View file @
255b380a
...
...
@@ -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
...
...
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