diff --git a/ChattoAdditions/Source/UI Components/CircleProgressIndicatorView/BMACircleIconView.m b/ChattoAdditions/Source/UI Components/CircleProgressIndicatorView/BMACircleIconView.m index 52d5b25..f3f02ba 100644 --- a/ChattoAdditions/Source/UI Components/CircleProgressIndicatorView/BMACircleIconView.m +++ b/ChattoAdditions/Source/UI Components/CircleProgressIndicatorView/BMACircleIconView.m @@ -129,6 +129,8 @@ struct BMACircleProgressIconPoints { points.bma_left = CGPointMake(points.bma_centre.x - (self.outterCircleRadius - self.horizontalMargin), points.bma_centre.y); points.bma_right = CGPointMake(points.bma_centre.x + (self.outterCircleRadius - self.horizontalMargin), points.bma_centre.y); break; + default: + break; } self.iconPoints = points; diff --git a/ChattoAdditions/Source/UI Components/CircleProgressIndicatorView/BMACircleProgressIndicatorView.m b/ChattoAdditions/Source/UI Components/CircleProgressIndicatorView/BMACircleProgressIndicatorView.m index abba7c6..8109962 100644 --- a/ChattoAdditions/Source/UI Components/CircleProgressIndicatorView/BMACircleProgressIndicatorView.m +++ b/ChattoAdditions/Source/UI Components/CircleProgressIndicatorView/BMACircleProgressIndicatorView.m @@ -137,6 +137,8 @@ break; case BMACircleProgressStatusCompleted: break; + default: + break; } } @@ -167,6 +169,8 @@ case BMACircleProgressStatusCompleted: [self.circleIconView setType:BMACircleIconTypeCheck]; break; + default: + break; } }