diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-06-14 13:28:26 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-06-14 13:28:43 -0400 |
commit | 99a7ddd6f9d8644864f5fb8d8632fbc14cc26d7a (patch) | |
tree | 9c8b7f3fb71c92d8ee24760fb0316f836ad81148 /configure.ac | |
parent | 3bffdf05d1d84427b48b783178d2115b030ca7b9 (diff) | |
download | tor-99a7ddd6f9d8644864f5fb8d8632fbc14cc26d7a.tar.gz tor-99a7ddd6f9d8644864f5fb8d8632fbc14cc26d7a.zip |
Disable -Wc99-c11-compat
It triggers on the openssl headers, and doesn't seem to actually
help us.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
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 |