Let breakpad build with -Wall on OS X and Linux.

A=thakis@chromium.org
Original Review: https://codereview.chromium.org/1550933002/

R=thakis@chromium.org

Review URL: https://codereview.chromium.org/1554613002 .
This commit is contained in:
Lei Zhang
2015-12-29 13:42:49 -08:00
parent 1be3027941
commit 257123ca70
9 changed files with 14 additions and 29 deletions

View File

@@ -81,15 +81,6 @@ static NSArray *ModuleDataForSymbolFile(NSString *file) {
return parts;
}
//=============================================================================
static NSString *CompactIdentifier(NSString *uuid) {
NSMutableString *str = [NSMutableString stringWithString:uuid];
[str replaceOccurrencesOfString:@"-" withString:@"" options:0
range:NSMakeRange(0, [str length])];
return str;
}
//=============================================================================
static void Start(Options *options) {
NSURL *url = [NSURL URLWithString:options->uploadURLStr];