diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-07-30 08:17:24 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-30 08:17:24 -0400 |
commit | 15d7f24c57828b94596ccfd97081840b920c2336 (patch) | |
tree | 044c018871e0abfc7a061ea31ca73c0372b8ccc0 /changes | |
parent | dbf57ecf39e3066b567c5aade9e8b5575e1e1ec0 (diff) | |
parent | a8bdb851eb23b6067e24ad955bb8f499b8348b95 (diff) | |
download | tor-15d7f24c57828b94596ccfd97081840b920c2336.tar.gz tor-15d7f24c57828b94596ccfd97081840b920c2336.zip |
Merge branch 'maint-0.3.2' into maint-0.3.3
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug26785 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug26785 b/changes/bug26785 new file mode 100644 index 0000000000..e6392fcbdd --- /dev/null +++ b/changes/bug26785 @@ -0,0 +1,4 @@ + o Minor bugfixes (compilation, portability): + - Don't try to use a pragma to temporarily disable + -Wunused-const-variable if the compiler doesn't support it. + Fixes bug 26785; bugfix on 0.3.2.11. |