add another unused-var marker in backtrace.c for 14988

This commit is contained in:
Nick Mathewson 2015-02-23 11:32:04 -05:00
parent 1525eeeb49
commit aeb38bbdce
2 changed files with 5 additions and 0 deletions

4
changes/bug14988 Normal file
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.

View File

@ -80,6 +80,7 @@ clean_backtrace(void **stack, int depth, const ucontext_t *ctx)
#else
(void) depth;
(void) ctx;
(void) stack;
#endif
}