]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file for bug 10904
authorNick Mathewson <nickm@torproject.org>
Sat, 15 Feb 2014 04:51:14 +0000 (23:51 -0500)
committerNick Mathewson <nickm@torproject.org>
Sat, 15 Feb 2014 04:51:14 +0000 (23:51 -0500)
changes/bug10904 [new file with mode: 0644]

diff --git a/changes/bug10904 b/changes/bug10904
new file mode 100644 (file)
index 0000000..6f551ea
--- /dev/null
@@ -0,0 +1,5 @@
+  o Minor bugfixes (compilation):
+    - Build without warnings under clang 3.4. (We have some macros that
+      define static functions only some of which will get used later in
+      the module. Starting with clang 3.4, these give a warning unless the
+      unused attribute is set on them.)