From 2e0e2234b9e9d7d82c4c3c20396bdf8f18007e6c Mon Sep 17 00:00:00 2001 From: mmentovai Date: Thu, 31 May 2007 19:44:52 +0000 Subject: Allow building with -pedantic (#186). r=ted.mielczarek http://groups.google.com/group/google-breakpad-dev/browse_thread/thread/6aa39d7f0ffa3c42 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@183 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/google_breakpad/processor/minidump_processor.h | 6 +++--- src/google_breakpad/processor/symbol_supplier.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/google_breakpad/processor') diff --git a/src/google_breakpad/processor/minidump_processor.h b/src/google_breakpad/processor/minidump_processor.h index 9e7ea191..fc0024bc 100644 --- a/src/google_breakpad/processor/minidump_processor.h +++ b/src/google_breakpad/processor/minidump_processor.h @@ -46,9 +46,9 @@ class MinidumpProcessor { public: // Return type for Process() enum ProcessResult { - PROCESS_OK, // the minidump was processed successfully - PROCESS_ERROR, // there was an error processing the minidump - PROCESS_INTERRUPTED, // processing was interrupted by the SymbolSupplier + PROCESS_OK, // the minidump was processed successfully + PROCESS_ERROR, // there was an error processing the minidump + PROCESS_INTERRUPTED // processing was interrupted by the SymbolSupplier }; // Initializes this MinidumpProcessor. supplier should be an diff --git a/src/google_breakpad/processor/symbol_supplier.h b/src/google_breakpad/processor/symbol_supplier.h index 8fc88a66..0459c8aa 100644 --- a/src/google_breakpad/processor/symbol_supplier.h +++ b/src/google_breakpad/processor/symbol_supplier.h @@ -52,7 +52,7 @@ class SymbolSupplier { FOUND, // stops processing the minidump immediately - INTERRUPT, + INTERRUPT }; virtual ~SymbolSupplier() {} -- cgit v1.2.1