diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-06-14 19:28:56 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-06-14 19:28:56 -0400 |
commit | e54f8e3429f75783dc7b89af79eec019b5c80d9c (patch) | |
tree | 071da61fa2a819a590815e68054d75ac8d60e7f7 /configure.ac | |
parent | 99a7ddd6f9d8644864f5fb8d8632fbc14cc26d7a (diff) | |
download | tor-e54f8e3429f75783dc7b89af79eec019b5c80d9c.tar.gz tor-e54f8e3429f75783dc7b89af79eec019b5c80d9c.zip |
Remove some duplicated warnings from the big list
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index 40e60f4da1..386fcdd132 100644 --- a/configure.ac +++ b/configure.ac @@ -1707,7 +1707,6 @@ if test "x$enable_gcc_warnings_advisory" != "xno"; then -Wbind-to-temporary-copy -Wbitfield-constant-conversion -Wbool-conversion - -Wbool-conversion -Wbool-conversions -Wbuiltin-requires-header -Wchar-align @@ -1755,7 +1754,6 @@ if test "x$enable_gcc_warnings_advisory" != "xno"; then -Wgnu-array-member-paren-init -Wgnu-designator -Wgnu-static-float-init - -Wgnu-static-float-init -Wheader-guard -Wheader-hygiene -Widiomatic-parentheses @@ -1813,7 +1811,6 @@ if test "x$enable_gcc_warnings_advisory" != "xno"; then -Wnull-arithmetic -Wnull-character -Wnull-conversion - -Wnull-conversion -Wnull-dereference -Wout-of-line-declaration -Wover-aligned @@ -1842,7 +1839,6 @@ if test "x$enable_gcc_warnings_advisory" != "xno"; then -Wshift-overflow=2 -Wshift-sign-overflow -Wshorten-64-to-32 - -Wshorten-64-to-32 -Wsizeof-array-argument -Wsource-uses-openmp -Wstatic-float-init @@ -1895,8 +1891,6 @@ if test "x$enable_gcc_warnings_advisory" != "xno"; then -Wvexing-parse -Wvisibility -Wvla-extension - -Wvla-extension - -Wzero-length-array -Wzero-length-array ], [ TOR_CHECK_CFLAGS([warning_flag]) ]) |