diff options
author | thestig@chromium.org <thestig@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2012-09-26 19:54:10 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2012-09-26 19:54:10 +0000 |
commit | 47d9afa17682153916d6f8a7f360b6c7894cbb0a (patch) | |
tree | 07c1ce0e1fbe1317a28aa4c60417369de2aa7413 /src/client | |
parent | Fix a bunch of small nits. (diff) | |
download | breakpad-47d9afa17682153916d6f8a7f360b6c7894cbb0a.tar.xz |
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
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/linux/handler/exception_handler_unittest.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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) { |