Re: Compiler warnings
Sergey Poznyakoff <[email protected]>
| Newsgroups | gmane.comp.gnu.mailutils.bugs |
|---|---|
| Organization | GNU.org.ua |
| Message-ID | <[email protected]> |
Ken Brown <[email protected]> ha escrit: > The attached patch silences the warnings. I'm not sure whether the > patch to copyfile.c is correct; No, it is not. intptr_t and int are different types. In this case trans[0] does indeed hold a file descriptor (int value). Regards, Sergey