Merge "Remove -Wunused-const-variable warning" into integration

This commit is contained in:
Mark Dykes 2019-12-04 17:25:26 +00:00 committed by TrustedFirmware Code Review
commit b3fc6c1c95
1 changed files with 0 additions and 1 deletions

View File

@ -252,7 +252,6 @@ WARNING1 += -Wmissing-declarations
WARNING1 += -Wmissing-format-attribute
WARNING1 += -Wmissing-prototypes
WARNING1 += -Wold-style-definition
WARNING1 += -Wunused-const-variable
# Level 2
WARNING2 := -Waggregate-return