Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(277)

Issue 9234054: Fix several clang warnings in breakpad. (Closed)

Created:
8 years, 11 months ago by Nico
Modified:
8 years, 11 months ago
Reviewers:
Mark Mentovai
CC:
google-breakpad-dev_googlegroups.com
Visibility:
Public.

Description

Fix several clang warnings in breakpad. uploader.mm:549:5: warning: instance method '-uploadData:name:url:' not found (return type defaults to 'id') [self uploadData:logFileData_ name:@"log" url:url]; => it looks like this method does in fact not exist, the last parameter needs to be removed. breakpad_nlist_64.cc:193:59: warning: '&&' within '||' [-Wlogical-op-parentheses] => Just add parentheses, no functionality change. Patch by Nico Weber <thakis@chromium.org>; BUG=none TEST=breakpad stil works. Breakpad r907

Patch Set 1 #

Patch Set 2 : . #

Total comments: 2

Patch Set 3 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -4 lines) Patch
M client/mac/handler/breakpad_nlist_64.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M client/mac/sender/uploader.mm View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
Nico
8 years, 11 months ago (2012-01-26 03:49:56 UTC) #1
Mark Mentovai
https://chromiumcodereview.appspot.com/9234054/diff/2001/common/mac/MachIPC.mm File common/mac/MachIPC.mm (right): https://chromiumcodereview.appspot.com/9234054/diff/2001/common/mac/MachIPC.mm#newcode191 common/mac/MachIPC.mm:191: [[NSMachBootstrapServer sharedInstance] registerPort:ns_port name:port_name]; Rather than doing this Cocoa ...
8 years, 11 months ago (2012-01-26 14:27:39 UTC) #2
Nico
https://chromiumcodereview.appspot.com/9234054/diff/2001/common/mac/MachIPC.mm File common/mac/MachIPC.mm (right): https://chromiumcodereview.appspot.com/9234054/diff/2001/common/mac/MachIPC.mm#newcode191 common/mac/MachIPC.mm:191: [[NSMachBootstrapServer sharedInstance] registerPort:ns_port name:port_name]; If breakpad doesn't care about ...
8 years, 11 months ago (2012-01-26 18:07:39 UTC) #3
Mark Mentovai
bpoop will still care about deprecated declarations, but that’ll involve a rework of the .gyp ...
8 years, 11 months ago (2012-01-26 18:13:07 UTC) #4
Nico
Thanks! Can you land this for me?
8 years, 11 months ago (2012-01-26 18:21:02 UTC) #5
Mark Mentovai
8 years, 11 months ago (2012-01-26 19:06:00 UTC) #6
Landed Breakpad r907 after fixing the commit message.

Powered by Google App Engine
This is Rietveld 408576698