mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
Remove the last two extraneous semicolons
Patch by Nico Weber <thakis@chromium.org>, originally https://crrev.com/c/1476986. Bug: chromium:926235 Change-Id: I6fd9aed5c57ffe0fec8f9adcd4cf5211d7b795c3 Reviewed-on: https://chromium-review.googlesource.com/c/1475992 Commit-Queue: Mark Mentovai <mark@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by: Nico Weber <thakis@chromium.org>
This commit is contained in:
parent
4dbd8c75d5
commit
03850fb6cf
@ -30,7 +30,7 @@
|
||||
// compiler is buggy and only supports disabling it with a pragma, so we can't
|
||||
// disable it with other silly warnings in build/common.gypi. See:
|
||||
// https://connect.microsoft.com/VisualStudio/feedback/details/1114440
|
||||
MSVC_PUSH_DISABLE_WARNING(4200);
|
||||
MSVC_PUSH_DISABLE_WARNING(4200)
|
||||
|
||||
#if defined(COMPILER_MSVC)
|
||||
#define PACKED
|
||||
@ -501,7 +501,7 @@ struct ALIGNAS(4) PACKED MinidumpCrashpadInfo {
|
||||
#endif // COMPILER_MSVC
|
||||
#undef PACKED
|
||||
|
||||
MSVC_POP_WARNING(); // C4200
|
||||
MSVC_POP_WARNING() // C4200
|
||||
|
||||
} // namespace crashpad
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user