You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While compiling 0.3.1 to test fastrpc on xiaomi-beryllium (sdm485-soc), I noted the follwing two warning messages:
[10/24] Compiling C object hexagonrpcd/hexagonrpcd.p/hexagonfs_mapped.c.o
../hexagonrpcd/listener.c: In function 'check_inbuf_sizes':
../hexagonrpcd/listener.c:115:25: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'int' [-Wsign-compare]
115 | if (inbufs[0].s != 4 * (def->in_nums
| ^~
20/24] Compiling C object tests/test_iobuffer.p/test_iobuffer.c.o
../libhexagonrpc/fastrpc.c: In function 'vfastrpc2':
../libhexagonrpc/fastrpc.c:224:25: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '3222295043' to '-1072672253' [-Woverflow]
224 | ret = ioctl(fd, FASTRPC_IOCTL_INVOKE, (__u64) &invoke);
| ^~~~~~~~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered:
Originally reported on Gitlab:
The text was updated successfully, but these errors were encountered: