fix(vg_lite): fix warning if LV_LOG option is closed (#9094)

Signed-off-by: rongyichang <rongyichang@xiaomi.com>
This commit is contained in:
terry.rong
2025-10-21 14:22:49 +08:00
committed by GitHub
parent adf98ed719
commit 75edb508e2
+2
View File
@@ -310,6 +310,8 @@ static void path_data_print_cb(void * user_data, uint8_t op_code, const float *
LV_UNUSED(user_data);
const char * op_str = lv_vg_lite_vlc_op_string(op_code);
LV_UNUSED(op_str);
switch(len) {
case 0:
LV_LOG("%s,\n", op_str);