aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/common/dwarf/dwarf2enums.h2
-rw-r--r--src/common/dwarf_cu_to_module.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/common/dwarf/dwarf2enums.h b/src/common/dwarf/dwarf2enums.h
index 066189e5..832a17ca 100644
--- a/src/common/dwarf/dwarf2enums.h
+++ b/src/common/dwarf/dwarf2enums.h
@@ -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.
diff --git a/src/common/dwarf_cu_to_module.cc b/src/common/dwarf_cu_to_module.cc
index 4792d900..85d1d8c4 100644
--- a/src/common/dwarf_cu_to_module.cc
+++ b/src/common/dwarf_cu_to_module.cc
@@ -443,7 +443,7 @@ dwarf2reader::DIEHandler *DwarfCUToModule::NamedScopeHandler::FindChildHandler(
default:
return NULL;
}
-};
+}
void DwarfCUToModule::WarningReporter::CUHeading() {
if (printed_cu_header_)