mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2024-11-27 21:04:22 +01:00
Comment out an unused function argument
Change-Id: I09c90d496edc67d4cad3e2b99f4347dc04713bdb Reviewed-on: https://chromium-review.googlesource.com/414357 Reviewed-by: Mike Frysinger <vapier@chromium.org>
This commit is contained in:
parent
7515ab1376
commit
e6ef06f13d
@ -424,7 +424,7 @@ int ExceptionHandler::ThreadEntry(void *arg) {
|
||||
|
||||
// This function runs in a compromised context: see the top of the file.
|
||||
// Runs on the crashing thread.
|
||||
bool ExceptionHandler::HandleSignal(int sig, siginfo_t* info, void* uc) {
|
||||
bool ExceptionHandler::HandleSignal(int /*sig*/, siginfo_t* info, void* uc) {
|
||||
if (filter_ && !filter_(callback_context_))
|
||||
return false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user