mirror of
https://github.com/zlgopen/awtk.git
synced 2025-05-08 11:33:48 +08:00
fix build warnings
This commit is contained in:
parent
00e5aa38dc
commit
03764368ae
@ -372,7 +372,6 @@ void renderPaint(AGGENVGcontext* agge, NVGpaint* paint) {
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
printf("not supported format \n");
|
||||
assert(!"not supported format");
|
||||
break;
|
||||
}
|
||||
|
@ -1,5 +1,8 @@
|
||||
# 最新动态
|
||||
|
||||
2025/05/22
|
||||
* 修复编译警告的问题(感谢智明提供补丁)
|
||||
|
||||
2025/04/17
|
||||
* 修改mutable_image的need_redraw的机制(感谢智明提供补丁)
|
||||
* 修复graphic_buffer的逻辑高和逻辑行长的调用逻辑错误问题(感谢智明提供补丁)
|
||||
|
@ -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*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user