xiaoxiang781216 commented on code in PR #10602: URL: https://github.com/apache/nuttx/pull/10602#discussion_r1363401957
########## libs/libc/stdio/lib_libfread_unlocked.c: ########## @@ -46,13 +46,14 @@ ssize_t lib_fread_unlocked(FAR void *ptr, size_t count, FAR FILE *stream) { - FAR unsigned char *dest = (FAR unsigned char *)ptr; + FAR char *dest = (FAR char *)ptr; Review Comment: remove the cast? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org