aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-07-06 13:12:33 -0400
committerNick Mathewson <nickm@torproject.org>2017-07-07 10:54:24 -0400
commitae756f251ffe155336deef0bb97643203d1cfa56 (patch)
tree83c3ee3b11a401029f78c8292774ba6382c87b22 /changes
parent5ff0f1ab9e3a0b82b177b3f710201d0ad35b69c4 (diff)
downloadtor-ae756f251ffe155336deef0bb97643203d1cfa56.tar.gz
tor-ae756f251ffe155336deef0bb97643203d1cfa56.zip
mingw fix: avoid "unused var" warning.
This is a backport of 19615bce64cd381a925bc3910120ac39ca918e7c to fix bug 22838.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug22838_0285
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug22838_028 b/changes/bug22838_028
new file mode 100644
index 0000000000..1d0a4fbfd1
--- /dev/null
+++ b/changes/bug22838_028
@@ -0,0 +1,5 @@
+ o Minor bugfixes (compilation, mingw, backport from 0.3.1.1-alpha):
+ - Backport a fix for an "unused variable" warning that appeared
+ in some versions of mingw. Fixes bug 22838; bugfix on
+ 0.2.8.1-alpha.
+