aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-02-14 23:51:14 -0500
committerNick Mathewson <nickm@torproject.org>2014-02-14 23:51:14 -0500
commite4bc757cde98ed50723bab176eca77ad57cc483c (patch)
tree35920551964d5757e6ec0ca989af349103ee32bb
parent3f567f529f88a7430278b9a2135abb70af109bde (diff)
downloadtor-e4bc757cde98ed50723bab176eca77ad57cc483c.tar
tor-e4bc757cde98ed50723bab176eca77ad57cc483c.tar.gz
changes file for bug 10904
-rw-r--r--changes/bug109045
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug10904 b/changes/bug10904
new file mode 100644
index 000000000..6f551ea41
--- /dev/null
+++ b/changes/bug10904
@@ -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.)