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
+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
}