commit 99a7ddd6f9d8644864f5fb8d8632fbc14cc26d7a Author: Nick Mathewson nickm@torproject.org Date: Tue Jun 14 13:28:26 2016 -0400
Disable -Wc99-c11-compat
It triggers on the openssl headers, and doesn't seem to actually help us. --- configure.ac | 1 - 1 file changed, 1 deletion(-)
diff --git a/configure.ac b/configure.ac index 03ada37..40e60f4 100644 --- a/configure.ac +++ b/configure.ac @@ -1710,7 +1710,6 @@ if test "x$enable_gcc_warnings_advisory" != "xno"; then -Wbool-conversion -Wbool-conversions -Wbuiltin-requires-header - -Wc99-c11-compat -Wchar-align -Wcompare-distinct-pointer-types -Wcomplex-component-init