Merge remote-tracking branch 'public/bug14988_025'

This commit is contained in:
Nick Mathewson
2015-02-23 11:33:07 -05:00
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes (compilation):
- Fix a compilation warning on s390. Fixes bug 14988; bugfix on
0.2.5.2-alpha.
+1
View File
@@ -80,6 +80,7 @@ clean_backtrace(void **stack, int depth, const ucontext_t *ctx)
#else
(void) depth;
(void) ctx;
(void) stack;
#endif
}