aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/client/linux/handler/minidump_descriptor.h2
-rw-r--r--src/google_breakpad/processor/stack_frame.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/client/linux/handler/minidump_descriptor.h b/src/client/linux/handler/minidump_descriptor.h
index 911beaef..c7e4f2b3 100644
--- a/src/client/linux/handler/minidump_descriptor.h
+++ b/src/client/linux/handler/minidump_descriptor.h
@@ -137,7 +137,7 @@ class MinidumpDescriptor {
MicrodumpExtraInfo* microdump_extra_info() {
assert(IsMicrodumpOnConsole());
return &microdump_extra_info_;
- };
+ }
private:
enum DumpMode {
diff --git a/src/google_breakpad/processor/stack_frame.h b/src/google_breakpad/processor/stack_frame.h
index b55eb9c7..1491d788 100644
--- a/src/google_breakpad/processor/stack_frame.h
+++ b/src/google_breakpad/processor/stack_frame.h
@@ -84,7 +84,7 @@ struct StackFrame {
default:
return "unknown";
}
- };
+ }
// Return the actual return address, as saved on the stack or in a
// register. See the comments for 'instruction', below, for details.