mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 01:01:33 +00:00
backtrace: do not care for junk var
This commit is contained in:
parent
05223fbc6d
commit
64eb1b0bff
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ static void write_backtrace(INT32 signal)
|
|||
backtrace_symbols_fd(array, size, STDERR_FILENO);
|
||||
|
||||
CRASHLOG_WRITE("\n"); // Write another newline to the log so it looks nice :)
|
||||
|
||||
(void)junk;
|
||||
close(fd);
|
||||
}
|
||||
#undef STDERR_WRITE
|
||||
|
|
Loading…
Reference in a new issue