Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(4827)

Issue 419002: Ignore -Wdeprecated-declarations for bootstrap_create_service in OnDemandServer.mm. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 9 months ago by rsesek
Modified:
10 years, 2 months ago
Reviewers:
Mark Mentovai
CC:
google-breakpad-dev_googlegroups.com
Base URL:
http://google-breakpad.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Ignore -Wdeprecated-declarations for bootstrap_create_service in
OnDemandServer.mm.

BUG=crbug.com/137676
TEST=compiles

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M src/client/mac/Framework/OnDemandServer.mm View 1 chunk +3 lines, -0 lines 1 comment Download

Messages

Total messages: 2
rsesek
11 years, 9 months ago #1
Mark Mentovai
11 years, 9 months ago #2
LGTM
Committed r993, surprisingly enough given codesite’s read-onlyness.

https://breakpad.appspot.com/419002/diff/1/src/client/mac/Framework/OnDemandS...
File src/client/mac/Framework/OnDemandServer.mm (right):

https://breakpad.appspot.com/419002/diff/1/src/client/mac/Framework/OnDemandS...
src/client/mac/Framework/OnDemandServer.mm:126: #pragma clang diagnostic push
I was going to ask you to use #pragma GCC instead of #pragma clang to have a
wider impact, but you’ve used push/pop, and those aren’t supported on GCC until
4.6. And nobody uses GCC 4.6 on the Mac. I’ll take this as-is.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld 1004:630ec63f810e-tainted