aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkScalar.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkScalar.h')
-rw-r--r--include/core/SkScalar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkScalar.h b/include/core/SkScalar.h
index a5bd711691..0744079f11 100644
--- a/include/core/SkScalar.h
+++ b/include/core/SkScalar.h
@@ -84,7 +84,7 @@
static inline float SkIntToScalar(unsigned long param) {
return (float)param;
}
- static inline float SkIntToScalar(float param) {
+ static inline float SkIntToScalar(float /* param */) {
/* If the parameter passed into SkIntToScalar is a float,
* one of two things has happened:
* 1. the parameter was an SkScalar (which is typedef'd to float)