mirror of
https://github.com/openharmony/graphic_utils.git
synced 2026-07-20 08:54:43 -04:00
Description: Solve warnings
IssueNo: https://gitee.com/openharmony/graphic_ui/issues/I5GPJZ Feature or Bugfix: Bugfix Binary Source:No Signed-off-by: liuyuxiang <liuyuxiang7@huawei.com>
This commit is contained in:
@@ -73,6 +73,7 @@ uint32_t VertexGenerateStroke::GenerateVertex(float* x, float* y)
|
||||
switch (status_) {
|
||||
case INITIAL:
|
||||
Rewind(0); // It will be ready immediately after initialization
|
||||
/* fallthru */
|
||||
case READY:
|
||||
VertexReady(verticesNum, cmd);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user