summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2011-03-18 17:13:43 +0100
committerSebastian Hahn <sebastian@torproject.org>2011-03-18 17:13:43 +0100
commit4aac35cafa9843d10b05921da51dcc42bc3e9176 (patch)
tree048290c8b99d5cfaa6ea108256253d52233bf9a0
parent3f94c4a1cb284ad177bbf2171d6d1c955d8baa85 (diff)
downloadtor-4aac35cafa9843d10b05921da51dcc42bc3e9176.tar.gz
tor-4aac35cafa9843d10b05921da51dcc42bc3e9176.zip
Add 2696 changes file
-rw-r--r--changes/bug26965
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug2696 b/changes/bug2696
new file mode 100644
index 0000000000..6ea41d4a6a
--- /dev/null
+++ b/changes/bug2696
@@ -0,0 +1,5 @@
+ o Minor features:
+ - Make compilation with clang possible when using
+ --enable-gcc-warnings by removing two warnings that clang hasn't
+ implemented yet and by fixing a few warnings. Implements ticket
+ 2696.