mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2024-11-30 20:24:26 +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.
|
// This function runs in a compromised context: see the top of the file.
|
||||||
// Runs on the crashing thread.
|
// 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_))
|
if (filter_ && !filter_(callback_context_))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user