Tom Talpey
2012-Mar-15 16:04 UTC
[Dovecot] Compiler warnings in dovecot-2.1.2 and pigeonhole 0.3.0
I'm seeing a few warnings emitted when building for x86. They're pretty obvious, but if you want the configure options etc, I can provide those. In Dovecot 2.1.2 (I also see some of these in 2.1.1): 1) src/lib-index/mail-cache-fields.c (comparison between two last_used fields) mail-cache-fields.c: In function 'mail_cache_header_fields_read': mail-cache-fields.c:406: warning: comparison between signed and unsigned 2) src/director/user-directory.c (comparison with ioloop_time) user-directory.c: In function 'user_directory_user_is_recently_updated': user-directory.c:147: warning: comparison between signed and unsigned 3) src/replication/replicator/replicator-brain.c (comparison with ioloop_time) replicator-brain.c: In function 'doveadm_replicate': replicator-brain.c:113: warning: comparison between signed and unsigned 4) src/replication/replicator/replicator-queue.c (comparison with ioloop_time) replicator-queue.c: In function 'replicator_queue_pop': replicator-queue.c:201: warning: comparison between signed and unsigned In Pigeonhole 0.3.0: 5) src/managesieve-login/client-authenticate.c (passing size_t * not uoff_t *) client-authenticate.c: In function 'managesieve_client_auth_read_response': client-authenticate.c:214: warning: passing argument 3 of 'i_stream_get_size' from incompatible pointer type
Timo Sirainen
2012-Mar-15 16:25 UTC
[Dovecot] Compiler warnings in dovecot-2.1.2 and pigeonhole 0.3.0
On 15.3.2012, at 18.04, Tom Talpey wrote:> I'm seeing a few warnings emitted when building for x86. They're pretty > obvious, but if you want the configure options etc, I can provide those. > > In Dovecot 2.1.2 (I also see some of these in 2.1.1):Thanks, fixed in hg. I guess I should add x86 vm building these nightly as well..
Apparently Analagous Threads
- core dump in mail_cache_header_fields_read()
- Time moved backwards by 4398 seconds
- Fatal: master: service(imap): child n killed with signal 11 (core dumped) - in mail_cache_header_fields_read
- [patch] Re: Test migration (IMAP copy) and INTERNALDATE?]
- Fatal: master: service(lmtp): child n killed with signal 11 (core dumped) - in mail_cache_header_fields_read