mirror of
https://github.com/lvgl/lvgl.git
synced 2026-06-01 00:51:49 +08:00
fix: format specifier warning in font manager (#9549)
This commit is contained in:
@@ -418,7 +418,7 @@ static bool lv_font_manager_add_src_core(lv_font_manager_t * manager,
|
|||||||
LV_ASSERT_NULL(font_src->src);
|
LV_ASSERT_NULL(font_src->src);
|
||||||
}
|
}
|
||||||
|
|
||||||
LV_LOG_INFO("name: %s, src: %p add success", name, src);
|
LV_LOG_INFO("name: %s, src: %p add success", name, (void *)src);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user