mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2025-08-04 19:41:02 +00: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
|
@ -529,7 +529,7 @@ enum DwarfInline {
|
||||||
DW_INL_not_inlined =0x0,
|
DW_INL_not_inlined =0x0,
|
||||||
DW_INL_inlined =0x1,
|
DW_INL_inlined =0x1,
|
||||||
DW_INL_declared_not_inlined =0x2,
|
DW_INL_declared_not_inlined =0x2,
|
||||||
DW_INL_declared_inlined =0x3,
|
DW_INL_declared_inlined =0x3
|
||||||
};
|
};
|
||||||
|
|
||||||
// Call Frame Info instructions.
|
// Call Frame Info instructions.
|
||||||
|
|
|
@ -443,7 +443,7 @@ dwarf2reader::DIEHandler *DwarfCUToModule::NamedScopeHandler::FindChildHandler(
|
||||||
default:
|
default:
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
};
|
}
|
||||||
|
|
||||||
void DwarfCUToModule::WarningReporter::CUHeading() {
|
void DwarfCUToModule::WarningReporter::CUHeading() {
|
||||||
if (printed_cu_header_)
|
if (printed_cu_header_)
|
||||||
|
|
Loading…
Reference in a new issue