fix warnings

This commit is contained in:
lixianjing 2021-01-15 08:50:49 +08:00
parent f79f37ef5c
commit 07a90403b2

View File

@ -1,4 +1,4 @@
/**
/**
* File: text_edit.c
* Author: AWTK Develop Team
* Brief: text_edit
@ -471,7 +471,6 @@ static ret_t text_edit_paint_caret(text_edit_t* text_edit, canvas_t* c) {
static ret_t text_edit_paint_tips_mlines_text(text_edit_t* text_edit, canvas_t* c, line_parser_t* p) {
int32_t y = 0;
int32_t w = 0;
int32_t h_text = 0;
int32_t font_size = 0;
int32_t line_height = 0;
DECL_IMPL(text_edit);