[tor-commits] [tor/master] Disable -Wc99-c11-compat

nickm at torproject.org nickm at torproject.org
Tue Jun 14 17:28:57 UTC 2016


commit 99a7ddd6f9d8644864f5fb8d8632fbc14cc26d7a
Author: Nick Mathewson <nickm at 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



More information about the tor-commits mailing list