소스 검색

changes file for bug 10904

Nick Mathewson 10 년 전
부모
커밋
e4bc757cde
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      changes/bug10904

+ 5 - 0
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.)