Files
libgit2/cmake/Modules
lhchavez 6af6170b68 Make ENABLE_WERROR actually work
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.
2019-01-10 06:05:43 -08:00
..
2018-04-11 21:02:43 +02:00