mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-01-04 05:34:45 +01:00
Fix a couple of tiny things for GCC pedantry
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@622 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
1c87cc86e3
commit
8014071440
2 changed files with 2 additions and 2 deletions
|
|
@ -443,7 +443,7 @@ dwarf2reader::DIEHandler *DwarfCUToModule::NamedScopeHandler::FindChildHandler(
|
|||
default:
|
||||
return NULL;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
void DwarfCUToModule::WarningReporter::CUHeading() {
|
||||
if (printed_cu_header_)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue