Skip to content

Commit

Permalink
mod: 消除警告
Browse files Browse the repository at this point in the history
  • Loading branch information
lixiang1994 committed Jun 27, 2023
1 parent e5940c4 commit a17c24f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LEEAlert/LEEAlert.m
Original file line number Diff line number Diff line change
Expand Up @@ -1203,11 +1203,11 @@ CornerRadii CornerRadiiMake(CGFloat topLeft, CGFloat topRight, CGFloat bottomLef
};
}

CornerRadii CornerRadiiZero() {
CornerRadii CornerRadiiZero(void) {
return (CornerRadii){0, 0, 0, 0};
}

CornerRadii CornerRadiiNull() {
CornerRadii CornerRadiiNull(void) {
return (CornerRadii){-1, -1, -1, -1};
}

Expand Down

0 comments on commit a17c24f

Please sign in to comment.