diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-02-15 00:03:29 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-02-15 00:03:29 -0500 |
commit | 339a47e80bcb898f96e41b9110dda07dd3a2fd05 (patch) | |
tree | 8cf95d1bc42cb6dd12c36531f4075078924e4f36 /changes | |
parent | 198789462609c339d60d554fa398a0d6dbe7a962 (diff) | |
parent | e4bc757cde98ed50723bab176eca77ad57cc483c (diff) | |
download | tor-339a47e80bcb898f96e41b9110dda07dd3a2fd05.tar.gz tor-339a47e80bcb898f96e41b9110dda07dd3a2fd05.zip |
Merge remote-tracking branch 'origin/maint-0.2.4'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug10904 | 5 |
1 files changed, 5 insertions, 0 deletions
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.) |