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:
ted.mielczarek@gmail.com 2010-07-08 15:30:17 +00:00
parent 1c87cc86e3
commit 8014071440
2 changed files with 2 additions and 2 deletions

View file

@ -443,7 +443,7 @@ dwarf2reader::DIEHandler *DwarfCUToModule::NamedScopeHandler::FindChildHandler(
default:
return NULL;
}
};
}
void DwarfCUToModule::WarningReporter::CUHeading() {
if (printed_cu_header_)