diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-06-01 13:38:36 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-06-11 10:11:53 -0400 |
commit | 9bbd6502f09dd46179e7ca4a713f2ae24bfa79ef (patch) | |
tree | 5fe20b810648c465df4779132beebc0fc61412b8 /changes | |
parent | ad16c5528663489000ee3a7454a9bbff2e41f7f0 (diff) | |
download | tor-9bbd6502f09dd46179e7ca4a713f2ae24bfa79ef.tar.gz tor-9bbd6502f09dd46179e7ca4a713f2ae24bfa79ef.zip |
Use autoconf, not gcc version, to decide which warnings we have
This gives more accurate results under Clang, which can only help us
detect more warnings in more places.
Fixes bug 19216; bugfix on 0.2.0.1-alpha
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug19216 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug19216 b/changes/bug19216 new file mode 100644 index 0000000000..0bca7d1cab --- /dev/null +++ b/changes/bug19216 @@ -0,0 +1,4 @@ + o Minor bugfixes: + - When building with Clang, include our full array of GCC warnings. + (Previously, we included only a subset, because of the way we + detected them.) Fixes bug 19216; bugfix on 0.2.0.1-alpha. |