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

Issue 17609: Fixes Windows compiler warning about unary minus applied to unsigned int. (Closed)

Created:
11 years, 11 months ago by William Hesse
Modified:
9 years, 7 months ago
Reviewers:
Lasse Reichstein
CC:
v8-dev
Visibility:
Public.

Description

Fixes Windows compiler warning about unary minus applied to unsigned int. This fix will be implemented by a different change, issue number 17640.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/regexp-macro-assembler-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
William Hesse
11 years, 11 months ago (2009-01-12 15:17:27 UTC) #1
Windows needs a type cast that Linux doesn't.  Here it is.

Powered by Google App Engine
This is Rietveld 408576698