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

@ -529,7 +529,7 @@ enum DwarfInline {
DW_INL_not_inlined =0x0,
DW_INL_inlined =0x1,
DW_INL_declared_not_inlined =0x2,
DW_INL_declared_inlined =0x3,
DW_INL_declared_inlined =0x3
};
// Call Frame Info instructions.

View File

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