chore: fix build warning using LV_UNUSED (#5116)

This commit is contained in:
Benign X
2023-12-28 17:59:49 +08:00
committed by GitHub
parent 431a290942
commit 6e20a7cfce
4 changed files with 10 additions and 0 deletions

View File

@@ -204,6 +204,8 @@ void lv_vg_lite_path_get_bonding_box(lv_vg_lite_path_t * path,
static void path_bounds_iter_cb(void * user_data, uint8_t op_code, const float * data, uint32_t len)
{
LV_UNUSED(op_code);
if(len == 0) {
return;
}