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

Issue 1752513002: Ignore deprecated declaration warnings in GTM. (Closed)

Created:
4 years, 9 months ago by erikchen
Modified:
4 years, 8 months ago
Reviewers:
Mark Mentovai, Nico
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Ignore deprecated declaration warnings in GTM. GTM supports ancient iOS and OSX versions, so it's full of APIs that have been deprecated in more recent iOS and OSX versions. Ignore all deprecated declaration warnings. BUG=547071 Committed: https://crrev.com/911d21a2392ead090e2c4bbe3fb3285546865d7b Cr-Commit-Position: refs/heads/master@{#378539}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -6 lines) Patch
M third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp View 2 chunks +6 lines, -6 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 15 (6 generated)
erikchen
mark: Please review.
4 years, 9 months ago (2016-02-29 22:22:52 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1752513002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1752513002/1
4 years, 9 months ago (2016-03-01 00:24:44 UTC) #4
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-01 01:48:52 UTC) #6
Mark Mentovai
LGTM
4 years, 9 months ago (2016-03-01 19:41:26 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1752513002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1752513002/1
4 years, 9 months ago (2016-03-01 19:58:31 UTC) #9
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 9 months ago (2016-03-01 20:04:09 UTC) #10
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/911d21a2392ead090e2c4bbe3fb3285546865d7b Cr-Commit-Position: refs/heads/master@{#378539}
4 years, 9 months ago (2016-03-01 20:05:36 UTC) #12
Nico
I don't think that's the right fix. When moving from 10.5 to 10.6, we fixed ...
4 years, 8 months ago (2016-03-30 12:46:35 UTC) #14
erikchen
4 years, 8 months ago (2016-03-30 18:56:38 UTC) #15
Message was sent while issue was closed.
A revert of this CL (patchset #1 id:1) has been created in
https://codereview.chromium.org/1849533003/ by erikchen@chromium.org.

The reason for reverting is: Reverting patchset as requested by thakis@.

"""
I don't think that's the right fix. When moving from 10.5 to 10.6, we fixed the
warnings in GTM. We should do this again.

In general, adding -Wno-deprecated-declarations is almost never the right fix.
""".

Powered by Google App Engine
This is Rietveld 408576698