Index: src/client/linux/handler/exception_handler.cc |
=================================================================== |
--- src/client/linux/handler/exception_handler.cc (revision 1061) |
+++ src/client/linux/handler/exception_handler.cc (working copy) |
@@ -115,7 +115,7 @@ |
const int kExceptionSignals[] = { |
SIGSEGV, SIGABRT, SIGFPE, SIGILL, SIGBUS |
}; |
-const int kNumHandledSignals = |
+const unsigned kNumHandledSignals = |
sizeof(kExceptionSignals) / sizeof(kExceptionSignals[0]); |
struct sigaction old_handlers[kNumHandledSignals]; |
bool handlers_installed = false; |