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

Issue 221823004: Disable -Wshorten-64-to-32 when building with Xcode for arm64 (Closed)

Created:
6 years, 8 months ago by sdefresne
Modified:
6 years, 8 months ago
Reviewers:
blundell
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Disable -Wshorten-64-to-32 when building with Xcode for arm64 The protobuf code is not 64-bit clean and Xcode automatically enable the -Wshorten-64-to-32 warning when compiling for arm64 so explicitly disable it to allow compilation to succeed, as the warning is quite pedantic here (likelihood of a buffer larger than INT_MAX characters is quite low). BUG=359107 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=261258

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -0 lines) Patch
M build/common.gypi View 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
sdefresne
PTAL
6 years, 8 months ago (2014-04-02 15:27:59 UTC) #1
blundell
LGTM
6 years, 8 months ago (2014-04-02 16:01:42 UTC) #2
sdefresne
The CQ bit was checked by sdefresne@chromium.org
6 years, 8 months ago (2014-04-02 17:11:15 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sdefresne@chromium.org/221823004/1
6 years, 8 months ago (2014-04-02 17:11:28 UTC) #4
commit-bot: I haz the power
6 years, 8 months ago (2014-04-03 01:49:52 UTC) #5
Message was sent while issue was closed.
Change committed as 261258

Powered by Google App Engine
This is Rietveld 408576698