[tor-commits] [tor/master] Remove -Wc11-extensions

nickm at torproject.org nickm at torproject.org
Sat Jun 11 21:38:20 UTC 2016


commit 80f2c3555d70261fb62d24f7fb2e9199cf377777
Author: Nick Mathewson <nickm at torproject.org>
Date:   Sat Jun 11 17:37:34 2016 -0400

    Remove -Wc11-extensions
    
    FreeBSD uses _Generic() in its system headers, and is within its
    rights to do so.
---
 configure.ac | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 382bb76..03ada37 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
-     -Wc11-extensions
      -Wc99-c11-compat
      -Wchar-align
      -Wcompare-distinct-pointer-types



More information about the tor-commits mailing list