1. 25 Feb, 2020 2 commits
  2. 02 Jan, 2020 4 commits
  3. 19 Dec, 2019 2 commits
  4. 14 Dec, 2019 7 commits
  5. 09 Feb, 2019 8 commits
  6. 25 Jan, 2019 1 commit
  7. 21 Jan, 2019 3 commits
  8. 15 Jan, 2019 3 commits
  9. 17 Sep, 2018 1 commit
  10. 26 Aug, 2018 1 commit
  11. 17 Jul, 2018 2 commits
  12. 09 Jul, 2018 1 commit
  13. 08 Jul, 2018 1 commit
    • Michael Brown's avatar
      [build] Use positive-form tests when checking for supported warnings · 1c47eb18
      Michael Brown authored
      
      
      Some versions of gcc seem to silently accept an attempt to disable an
      unrecognised warning (e.g. via -Wno-stringop-truncation) but will then
      report the unrecognised warning if any other error occurs during the
      build, resulting in a potentially misleading error message.
      
      Avoid this potential confusion by using the positive-form tests in
      order to determine the workaround CFLAGS.
      
      Signed-off-by: default avatarMichael Brown <mcb30@ipxe.org>
      1c47eb18
  14. 07 Jul, 2018 4 commits