commit e4bc757cde98ed50723bab176eca77ad57cc483c Author: Nick Mathewson nickm@torproject.org Date: Fri Feb 14 23:51:14 2014 -0500
changes file for bug 10904 --- changes/bug10904 | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/changes/bug10904 b/changes/bug10904 new file mode 100644 index 0000000..6f551ea --- /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.)
tor-commits@lists.torproject.org