Commit 7a1a0a4c authored by Nick Mathewson's avatar Nick Mathewson 🤹
Browse files

Merge remote-tracking branch 'public/bug14988_025'

parents cf7aa7b9 aeb38bbd
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
}