Compiled vacation-1.2.7.0-rc1 on a RHEL5.1 server and got the following messages:
rfc822.c: In function ‘reply_hack’:
rfc822.c:104: warning: field width should have type ‘int’, but argument 2 has type ‘long int’
rfc822.c: In function ‘nxtaddr’:
rfc822.c:262: warning: field width should have type ‘int’, but argument 2 has type ‘long int’
It compiled on a RHEL3U9 server without any warning messages.
Thx,
/mysteron
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Compiled vacation-1.2.7.0-rc1 on a RHEL5.1 server and got the following messages:
rfc822.c: In function ‘reply_hack’:
rfc822.c:104: warning: field width should have type ‘int’, but argument 2 has type ‘long int’
rfc822.c: In function ‘nxtaddr’:
rfc822.c:262: warning: field width should have type ‘int’, but argument 2 has type ‘long int’
It compiled on a RHEL3U9 server without any warning messages.
Thx,
/mysteron
Thanks for that report, I've just committed a fix to SVN, it'll be in rc2 (hopefully in a day or two).