mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-30 19:18:53 +08:00
fix compile warnings
This commit is contained in:
parent
9c7624dec2
commit
8e9c3dd22e
@ -291,7 +291,7 @@ ret_t wstr_reset(wstr_t* str);
|
||||
|
||||
const wchar_t* wcs_chr(const wchar_t* s, wchar_t c);
|
||||
wchar_t* wcs_cpy(wchar_t* s1, const wchar_t* s2);
|
||||
int wcs_cmp(wchar_t* s1, const wchar_t* s2);
|
||||
int wcs_cmp(const wchar_t* s1, const wchar_t* s2);
|
||||
size_t wcs_len(const wchar_t* s);
|
||||
wchar_t* wcs_dup(const wchar_t* s);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user