mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
Merge remote-tracking branch 'public/bug14988_025'
This commit is contained in:
commit
7a1a0a4cd7
2 changed files with 5 additions and 0 deletions
4
changes/bug14988
Normal file
4
changes/bug14988
Normal 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.
|
||||
|
|
@ -80,6 +80,7 @@ clean_backtrace(void **stack, int depth, const ucontext_t *ctx)
|
|||
#else
|
||||
(void) depth;
|
||||
(void) ctx;
|
||||
(void) stack;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue