[tor-commits] [tor/master] add another unused-var marker in backtrace.c for 14988

nickm at torproject.org nickm at torproject.org
Mon Feb 23 16:33:14 UTC 2015


commit aeb38bbdce427edacd0fa40069290063cb4dfe19
Author: Nick Mathewson <nickm at torproject.org>
Date:   Mon Feb 23 11:32:04 2015 -0500

    add another unused-var marker in backtrace.c for 14988
---
 changes/bug14988       |    4 ++++
 src/common/backtrace.c |    1 +
 2 files changed, 5 insertions(+)

diff --git a/changes/bug14988 b/changes/bug14988
new file mode 100644
index 0000000..67dc96e
--- /dev/null
+++ b/changes/bug14988
@@ -0,0 +1,4 @@
+  o Minor bugfixes (compilation):
+    - Fix a compilation warning on s390. Fixes bug 14988; bugfix on
+      0.2.5.2-alpha.
+
diff --git a/src/common/backtrace.c b/src/common/backtrace.c
index 3a073a8..2a918dd 100644
--- a/src/common/backtrace.c
+++ b/src/common/backtrace.c
@@ -80,6 +80,7 @@ clean_backtrace(void **stack, int depth, const ucontext_t *ctx)
 #else
   (void) depth;
   (void) ctx;
+  (void) stack;
 #endif
 }
 





More information about the tor-commits mailing list