mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Merge remote-tracking branch 'public/bug14988_025'
This commit is contained in:
commit
7a1a0a4cd7
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…
Reference in New Issue
Block a user