mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 01:24:27 +00:00
Merge "Remove unnecessary warning options" into integration
This commit is contained in:
commit
6141eeeb57
2 changed files with 1 additions and 4 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue