mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-02-19 08:42:59 +00:00
Fix a couple of warnings in stack_frame_symbolizer code
R=SiyangXie at https://breakpad.appspot.com/509003/ git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1097 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
@@ -62,7 +62,7 @@ class StackFrameSymbolizer {
|
||||
ERROR,
|
||||
// This indicates error for which stack walk should be interrupted
|
||||
// and retried in future.
|
||||
INTERRUPT,
|
||||
INTERRUPT
|
||||
};
|
||||
|
||||
StackFrameSymbolizer(SymbolSupplier* supplier,
|
||||
|
||||
Reference in New Issue
Block a user