Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(428)

Issue 6210056: Fixes for Windows Release compiler complaints (overflow in const arith) (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 1 month ago by robertphillips
Modified:
12 years, 1 month ago
Reviewers:
TomH
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Description

This takes care of the last Release mode Windows compiler complaints (ignoring the Fixed Point build). I "fixed" these by placing pragmas around them since they are functioning as intended. An alternate (but more invasive) way to do this would be to create an explicit -Infinity value (i.e., gIEEENegInfinity) and then using the positive & negative infinity values everywhere instead of deliberately causing overflows.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -0 lines) Patch
M samplecode/SampleFuzz.cpp View 1 chunk +11 lines, -0 lines 0 comments Download
M src/animator/SkDisplayNumber.cpp View 2 chunks +11 lines, -0 lines 0 comments Download
M tests/ScalarTest.cpp View 2 chunks +11 lines, -0 lines 0 comments Download

Messages

Total messages: 3
robertphillips
12 years, 1 month ago (2012-05-14 17:43:15 UTC) #1
TomH
LGTM. Yay
12 years, 1 month ago (2012-05-14 17:49:33 UTC) #2
robertphillips
12 years, 1 month ago (2012-05-14 17:51:47 UTC) #3
committed as r3926
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b