Commit aeb38bbd authored by Nick Mathewson's avatar Nick Mathewson 🤹
Browse files

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

parent 1525eeeb
Loading
Loading
Loading
Loading

changes/bug14988

0 → 100644
+4 −0
Original line number Diff line number Diff line
  o Minor bugfixes (compilation):
    - Fix a compilation warning on s390. Fixes bug 14988; bugfix on
      0.2.5.2-alpha.
+1 −0
Original line number Diff line number Diff line
@@ -80,6 +80,7 @@ clean_backtrace(void **stack, int depth, const ucontext_t *ctx)
#else
  (void) depth;
  (void) ctx;
  (void) stack;
#endif
}