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

Issue 1566893002: Avoid comparing size_t to be < 0 on AArch64. (Closed)

Created:
4 years, 11 months ago by Lei Zhang
Modified:
4 years, 11 months ago
Reviewers:
Dmitry Skiba
CC:
google-breakpad-dev_googlegroups.com
Base URL:
https://chromium.googlesource.com/breakpad/breakpad.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Avoid comparing size_t to be < 0 on AArch64. cpu_features_entries is empty on AArch64 and causes tautological-compare warning when compiling with Clang. A=dskiba@google.com Original Review: https://codereview.chromium.org/1562223002/ BUG=chromium:539781 Committed: https://chromium.googlesource.com/breakpad/breakpad/+/400a1d9aa5c7627cadf044b88ae1c296449958b4

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M src/client/linux/minidump_writer/minidump_writer.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (2 generated)
Lei Zhang
4 years, 11 months ago (2016-01-07 00:15:06 UTC) #2
Lei Zhang
4 years, 11 months ago (2016-01-07 00:16:07 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
400a1d9aa5c7627cadf044b88ae1c296449958b4 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698