mirror of
https://github.com/lvgl/lvgl.git
synced 2026-09-26 09:24:07 +08:00
fix(freetype): unused variable warning (#10666)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
This commit is contained in:
co-authored by
Gabor Kiss-Vamosi
parent
b25c1882e9
commit
93f242bb86
@@ -372,8 +372,7 @@ static void lv_freetype_cleanup(lv_freetype_context_t * ctx)
|
||||
|
||||
static FTC_FaceID lv_freetype_req_face_id(lv_freetype_context_t * ctx, const char * pathname)
|
||||
{
|
||||
size_t len = lv_strlen(pathname);
|
||||
LV_ASSERT(len > 0);
|
||||
LV_ASSERT(pathname && pathname[0] != '\0');
|
||||
|
||||
lv_ll_t * ll_p = &ctx->face_id_ll;
|
||||
face_id_node_t * node;
|
||||
|
||||
Reference in New Issue
Block a user