From 99a7ddd6f9d8644864f5fb8d8632fbc14cc26d7a Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 14 Jun 2016 13:28:26 -0400 Subject: 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 03ada37911..40e60f4da1 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 -- cgit v1.2.3-54-g00ecf