From e6ef06f13d702a6c1271ca5f198ca738cffd2403 Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Tue, 29 Nov 2016 22:54:16 +0200 Subject: Comment out an unused function argument Change-Id: I09c90d496edc67d4cad3e2b99f4347dc04713bdb Reviewed-on: https://chromium-review.googlesource.com/414357 Reviewed-by: Mike Frysinger --- src/client/linux/handler/exception_handler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client') diff --git a/src/client/linux/handler/exception_handler.cc b/src/client/linux/handler/exception_handler.cc index b63f973b..c8cb768a 100644 --- a/src/client/linux/handler/exception_handler.cc +++ b/src/client/linux/handler/exception_handler.cc @@ -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; -- cgit v1.2.1