mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2024-11-28 05:04:14 +01:00
Fix a compile warning in stack_frame_symbolizer.cc
http://breakpad.appspot.com/493002/ git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1074 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
df8e3973f4
commit
c14298db63
@ -112,6 +112,10 @@ StackFrameSymbolizer::SymbolizerResult StackFrameSymbolizer::FillSourceLineInfo(
|
||||
|
||||
case SymbolSupplier::INTERRUPT:
|
||||
return INTERRUPT;
|
||||
|
||||
default:
|
||||
BPLOG(ERROR) << "Unknown SymbolResult enum: " << symbol_result;
|
||||
return ERROR;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user