On Mon, Aug 07, 2006 at 12:06:03PM -0500, Jack L. Stone wrote:
> sync.c:283: warning: int format, different type arg (arg 4)
> sync.c:295: warning: int format, different type arg (arg 5)
> sync.c:313: warning: int format, different type arg (arg 5)
> sync.c:329: warning: int format, different type arg (arg 5)
> sync.c:339: warning: int format, different type arg (arg 5)
It's always q_len. Does it improves with that?
Index: sync.h
===================================================================
RCS file: /cvsroot/milter-greylist/sync.h,v
retrieving revision 1.17
diff -U2 -r1.17 sync.h
--- sync.h 1 Aug 2006 14:55:20 -0000 1.17
+++ sync.h 7 Aug 2006 19:11:30 -0000
@@ -69,5 +69,5 @@
struct synclist p_deferred;
LIST_ENTRY(peer) p_list;
- size_t p_qlen;
+ unsigned int p_qlen;
int p_flags;
int p_vers;
--
Emmanuel Dreyfus
manu@...Message
Re: [milter-greylist] Compiling with Bind9
2006-08-07 by Emmanuel Dreyfus
Attachments
- No local attachments were found for this message.