diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-12-26 12:13:47 +0100 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-12-27 09:47:41 +0100 |
commit | 9ecf133686c8907baec2292ca612ee11aa18406e (patch) | |
tree | 58ab4df2a31b975f4eb7d18689cc66cb4b2a0d8e /changes/bug2314 | |
parent | e895919b171029df4d38285b0be4483376b4ad25 (diff) | |
download | tor-9ecf133686c8907baec2292ca612ee11aa18406e.tar.gz tor-9ecf133686c8907baec2292ca612ee11aa18406e.zip |
Fix compile wanrings revealed by gcc 4.5 on mingw
Diffstat (limited to 'changes/bug2314')
-rw-r--r-- | changes/bug2314 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug2314 b/changes/bug2314 new file mode 100644 index 0000000000..41a232812c --- /dev/null +++ b/changes/bug2314 @@ -0,0 +1,4 @@ + o Minor bugfixes: + - Fix a bunch of compile warnings revealed by mingw with gcc 4.5. Fixes + bug 2314. + |