DescriptionRemove dubious assertion.
Clang error report:
../../src/animator/SkDrawBitmap.cpp:89:21: error: comparison of constant 4294967295
with expression of type 'int' is always true [-Werror,-Wtautological-constant-out-of-range-compare]
SkASSERT(format != (SkBitmap::Config) -1);
~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~
R=bsalomon@google.com,reed@google.com
Committed: https://code.google.com/p/skia/source/detail?r=8418
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|