changes file for bug 10904

This commit is contained in:
Nick Mathewson 2014-02-14 23:51:14 -05:00
parent 3f567f529f
commit e4bc757cde
1 changed files with 5 additions and 0 deletions

5
changes/bug10904 Normal file
View File

@ -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.)