From 47d9afa17682153916d6f8a7f360b6c7894cbb0a Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Wed, 26 Sep 2012 19:54:10 +0000 Subject: Fix the Linux build with clang. Review URL: https://breakpad.appspot.com/470002 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1052 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/client/linux/handler/exception_handler_unittest.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client') diff --git a/src/client/linux/handler/exception_handler_unittest.cc b/src/client/linux/handler/exception_handler_unittest.cc index 80839730..a558449f 100644 --- a/src/client/linux/handler/exception_handler_unittest.cc +++ b/src/client/linux/handler/exception_handler_unittest.cc @@ -222,6 +222,7 @@ static bool DoneCallbackRaiseSIGKILL(const MinidumpDescriptor& descriptor, void* context, bool succeeded) { raise(SIGKILL); + return true; } static bool FilterCallbackReturnFalse(void* context) { -- cgit v1.2.1