1. 14 Nov, 2021 1 commit
  2. 01 Jun, 2020 1 commit
  3. 10 Jan, 2019 1 commit
    • Make ENABLE_WERROR actually work · 6af6170b
      This change explicitly adds -Werror to the CFLAGS.
      
      Due to the way that the ADD_C_FLAG_IF_SUPPORTED() macro was mangling the
      flag name to convert it into a define name, any warning that had a dash
      in its name was not being correctly enabled. Additionally, any flag that
      is enabled implicitly by the compiler (like -Wunused-result and
      -Wdeprecated-declarations) would not cause an error unless they were
      explicitly enabled with the ENABLE_WARNINGS() macro.
      lhchavez committed
  4. 03 Aug, 2018 1 commit
  5. 19 Apr, 2014 1 commit