aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/SkRRect.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/SkRRect.cpp b/src/core/SkRRect.cpp
index b4214ca82a..03b8bbb930 100644
--- a/src/core/SkRRect.cpp
+++ b/src/core/SkRRect.cpp
@@ -276,9 +276,12 @@ void SkRRect::validate() const {
SkASSERT(!fRect.isEmpty());
SkASSERT(!allRadiiZero && !allRadiiSame && !allCornersSquare);
break;
+#if 0
+ // error: case value not in enumerated type 'SkRRect::Type
case kUnknown_Type:
// no limits on this
break;
+#endif
}
}
#endif // SK_DEBUG