1. 16 Dec, 2019 1 commit
  2. 13 Dec, 2019 5 commits
  3. 12 Dec, 2019 4 commits
  4. 11 Dec, 2019 2 commits
  5. 10 Dec, 2019 8 commits
  6. 09 Dec, 2019 3 commits
  7. 06 Dec, 2019 7 commits
  8. 04 Dec, 2019 9 commits
  9. 03 Dec, 2019 1 commit
    • Justin Chadwell's avatar
      Remove -Wunused-const-variable warning · 4960ef30
      Justin Chadwell authored
      
      
      -Wunused-const-variable=1 is already included by -Wunused-variable,
      which is part of -Wall. -Wunused-const-variable=2, which is what we have
      been using as part of W=1, warns for unused static const variables in
      headers, which will likely produce a lot of false positives that will
      take a large effort to fix.
      
      Additionally, some of these issues may be caused by different builds of
      TF-A where some features are used in some builds and ignored in others.
      
      Change-Id: Ifa0b16a75344cc1f6240e8d5745005f8f2046d34
      Signed-off-by: default avatarJustin Chadwell <justin.chadwell@arm.com>
      4960ef30