backtrace: do not care for junk var

This commit is contained in:
Alam Ed Arias 2023-09-09 16:21:04 -04:00
parent 05223fbc6d
commit 64eb1b0bff

View file

@ -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