mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 22:26:06 +00:00
Fix warning when building with clang on Windows
Change-Id: If9928d8ca3b12a260b97d522abfa7e3b5ff47831 Reviewed-on: https://chromium-review.googlesource.com/446418 Reviewed-by: Scott Graham <scottmg@chromium.org>
This commit is contained in:
parent
c1af20f1aa
commit
9c84071237
@ -362,6 +362,7 @@ void InstallCrashHandler() {
|
||||
// to exit, which isn’t necessary or desirable.
|
||||
SetConsoleCtrlHandler(ConsoleHandler, true);
|
||||
static TerminateHandler* terminate_handler = new TerminateHandler();
|
||||
ALLOW_UNUSED_LOCAL(terminate_handler);
|
||||
}
|
||||
|
||||
#endif // OS_MACOSX
|
||||
|
Loading…
x
Reference in New Issue
Block a user