Hi! > + if ((size_t)sret != sizeof(msbs.mtext)) > + tst_brkm(TBROK, NULL, "received %zi, expected %zu\n", > + (ssize_t)sret, (size_t)sizeof(msbs.mtext));
I've removed these cast completly (since sret is ssize_t allready and the same for the sizeof()). Fixed the commit message and pushed, thanks. -- Cyril Hrubis [email protected] ------------------------------------------------------------------------------ _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
