mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
add another unused-var marker in backtrace.c for 14988
This commit is contained in:
@@ -80,6 +80,7 @@ clean_backtrace(void **stack, int depth, const ucontext_t *ctx)
|
||||
#else
|
||||
(void) depth;
|
||||
(void) ctx;
|
||||
(void) stack;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user