LGTM. I'd avoided doing a few of these because I thought the coding convention was ...
12 years, 7 months ago
(2012-04-16 15:42:59 UTC)
#2
LGTM. I'd avoided doing a few of these because I thought the coding convention
was not to append f, but I don't see that anywhere in the doc - yay! I
personally prefer the explicit f, and am glad the compiler warnings give us the
excuse to add it.
http://codereview.appspot.com/6007056/diff/1/tests/PathCoverageTest.cpp
File tests/PathCoverageTest.cpp (right):
http://codereview.appspot.com/6007056/diff/1/tests/PathCoverageTest.cpp#newco...
tests/PathCoverageTest.cpp:64: uint32_t count = SkMin32(SkNextPow2(temp),
MAX_POINTS_PER_CURVE);
If we're doing cleanup here - SkScalarCeil is deprecated (qv
include/core/SkScalar.h); could we instead use SkScalarCeilToInt() to make the
correct typing of the above more obvious?
Issue 6007056: More Windows compiler complaint cleanup
(Closed)
Created 12 years, 7 months ago by robertphillips
Modified 12 years, 7 months ago
Reviewers: TomH
Base URL: http://skia.googlecode.com/svn/trunk/
Comments: 4