fix build warnings

This commit is contained in:
lixianjing 2025-04-22 17:44:42 +08:00
parent 00e5aa38dc
commit 03764368ae
3 changed files with 4 additions and 2 deletions

View File

@ -372,7 +372,6 @@ void renderPaint(AGGENVGcontext* agge, NVGpaint* paint) {
break;
}
default: {
printf("not supported format \n");
assert(!"not supported format");
break;
}

View File

@ -1,5 +1,8 @@
# 最新动态
2025/05/22
* 修复编译警告的问题(感谢智明提供补丁)
2025/04/17
* 修改mutable_image的need_redraw的机制(感谢智明提供补丁)
* 修复graphic_buffer的逻辑高和逻辑行长的调用逻辑错误问题(感谢智明提供补丁)

View File

@ -91,4 +91,4 @@ ret_t locale_info_xml_destroy(locale_info_t* locale_info);
END_C_DECLS
#endif /*TK_LOCALE_INFO_XML_H*/
#endif /*TK_LOCALE_INFO_XML_H*/