On Tue,  1 Dec 2020 16:40:27 +0100
Denis 'GNUtoo' Carikli <[email protected]> wrote:

> +     if (st.st_size != size) {
Hmmm, I forgot to run the build test, that makes them fail as we got
the same issue than the previous patches are trying to fix: 
> samsung-ipc/rfs.c:61:17: error: comparison of integers of different
> signs: 
> '__off_t' (aka 'long') and 'size_t' (aka 'unsigned int')
> [-Werror,-Wsign-compare] if (st.st_size != size)
>                            { ~~~~~~~~~~ ^  ~~~~
> samsung-ipc/rfs.c:61:17: error: comparison of integers of different
> signs:
> '__off_t' (aka 'long') and 'size_t' (aka 'unsigned int')
> [-Werror,-Wsign-compare] if (st.st_size != size)
>                            { ~~~~~~~~~~ ^  ~~~~

I'll fix that too.

Denis.

Attachment: pgpU4GzpyEd86.pgp
Description: OpenPGP digital signature

_______________________________________________
Replicant mailing list
[email protected]
https://lists.osuosl.org/mailman/listinfo/replicant

Reply via email to