16 May
2011
16 May
'11
3:54 p.m.
On Wed, 2011-05-11 at 17:01 -0500, Mike Abbott wrote:
Compiling dovecot-2.0.13 on OS X emits these warnings:
user-directory.c: In function user_directory_add: user-directory.c:79: warning: comparison between signed and unsigned user-directory.c:84: warning: comparison between signed and unsigned
On all 32 bit systems I guess.
Casting the left hand sides of the comparisons to time_t, as you do in other places, silences them:
Yeah.. Hmm. I wonder if there's a reason I didn't make the timestamp just be time_t. Oh well, we still have 30 years or so to fix it. :) Applied your patch: http://hg.dovecot.org/dovecot-2.0/rev/d9d5759196ee