Index: include/gpu/GrCoordTransform.h |
diff --git a/include/gpu/GrCoordTransform.h b/include/gpu/GrCoordTransform.h |
index 09f4ac9dfa436d7da80839731cf680d76c162c74..4d96cd9c979f99afa27156f1c533b29051caa01d 100644 |
--- a/include/gpu/GrCoordTransform.h |
+++ b/include/gpu/GrCoordTransform.h |
@@ -125,7 +125,7 @@ public: |
static inline SkMatrix MakeDivByTextureWHMatrix(const GrTexture* texture) { |
SkASSERT(texture); |
SkMatrix mat; |
- mat.setIDiv(texture->width(), texture->height()); |
+ (void)mat.setIDiv(texture->width(), texture->height()); |
return mat; |
} |