aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-07-16 14:48:12 -0400
committerNick Mathewson <nickm@torproject.org>2013-07-16 14:48:12 -0400
commitc36bdbd53521a9b7d2213cde1f9f0f8fe8ac7441 (patch)
treea6d25aec6de660144755e8a34889bd6679334dab /changes
parent7a4145c45aa0833af96cdb4b5c3fba90731c7037 (diff)
downloadtor-c36bdbd53521a9b7d2213cde1f9f0f8fe8ac7441.tar
tor-c36bdbd53521a9b7d2213cde1f9f0f8fe8ac7441.tar.gz
Re-do a cast in order to make old buggy freebsd gcc happy
Fix for #9254. Bugfix on 0.2.4.14-alpha. This is not actually a bug in the Tor code.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug92544
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug9254 b/changes/bug9254
new file mode 100644
index 000000000..5179bdc52
--- /dev/null
+++ b/changes/bug9254
@@ -0,0 +1,4 @@
+ o Minor bugfixes:
+ - Fix a spurious compilation warning with some older versions of
+ GCC on FreeBSD. Fixes bug 9254; bugfix on 0.2.4.14-alpha.
+