mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-25 14:25:44 +00:00
Merge "Remove -Wmissing-declarations warning from WARNING1 level" into integration
This commit is contained in:
commit
ef771a4d0d
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -248,7 +248,6 @@ WARNINGS := -Wall -Wmissing-include-dirs -Wunused \
|
|||
# Additional warnings
|
||||
# Level 1
|
||||
WARNING1 := -Wextra
|
||||
WARNING1 += -Wmissing-declarations
|
||||
WARNING1 += -Wmissing-format-attribute
|
||||
WARNING1 += -Wmissing-prototypes
|
||||
WARNING1 += -Wold-style-definition
|
||||
|
|
Loading…
Add table
Reference in a new issue