From: Nick Mathewson Date: Sat, 15 Feb 2014 04:51:14 +0000 (-0500) Subject: changes file for bug 10904 X-Git-Tag: tor-0.2.5.3-alpha~76^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e4bc757cde98ed50723bab176eca77ad57cc483c;p=thirdparty%2Ftor.git changes file for bug 10904 --- diff --git a/changes/bug10904 b/changes/bug10904 new file mode 100644 index 0000000000..6f551ea412 --- /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.)