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

Issue 8427024: A quick fix for Mac GCC. (Closed)

Created:
9 years, 1 month ago by Hironori Bono
Modified:
9 years, 1 month ago
Reviewers:
wtc, agl
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

A quick fix for Mac GCC. This change just uses bit testing so Mac GCC does not complain "comparison is always false due to limited range of data type". BUG=none TEST=fix build on the "Webkit Mac (valgrind)" bot Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=108091

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M net/base/crl_set.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/base/x509_certificate.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
Hironori Bono
9 years, 1 month ago (2011-11-01 02:19:22 UTC) #1
Hironori Bono
Greetings, This is the build log <http://build.chromium.org/p/chromium.memory.fyi/builders/Webkit%20Mac%20%28valgrind%29/builds/13892/steps/compile/logs/stdio> of the bot. Regards, Hironori Bono
9 years, 1 month ago (2011-11-01 02:22:02 UTC) #2
wtc
LGTM. http://codereview.chromium.org/8427024/diff/1/net/base/crl_set.cc File net/base/crl_set.cc (right): http://codereview.chromium.org/8427024/diff/1/net/base/crl_set.cc#newcode413 net/base/crl_set.cc:413: if (!serial.empty() && static_cast<unsigned char>(serial[0]) >= 0x80) { ...
9 years, 1 month ago (2011-11-01 04:02:51 UTC) #3
Hironori Bono
http://codereview.chromium.org/8427024/diff/1/net/base/crl_set.cc File net/base/crl_set.cc (right): http://codereview.chromium.org/8427024/diff/1/net/base/crl_set.cc#newcode413 net/base/crl_set.cc:413: if (!serial.empty() && static_cast<unsigned char>(serial[0]) >= 0x80) { On ...
9 years, 1 month ago (2011-11-01 07:57:52 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hbono@chromium.org/8427024/3001
9 years, 1 month ago (2011-11-01 09:23:41 UTC) #5
commit-bot: I haz the power
9 years, 1 month ago (2011-11-01 10:33:20 UTC) #6
Change committed as 108091

Powered by Google App Engine
This is Rietveld 408576698