<<< Date Index >>>     <<< Thread Index >>>

Re: mutt/2823: warning: ISO C90 does not support...



The following reply was made to PR mutt/2823; it has been noted by GNATS.

From: Vincent Lefevre <vincent@xxxxxxxxxx>
To: bug-any@xxxxxxxxxxxxx
Cc: 
Subject: Re: mutt/2823: warning: ISO C90 does not support...
Date: Tue, 6 Mar 2007 12:54:34 +0100

 On 2007-03-06 09:04:48 +0100, christian.gmeiner@xxxxxxxxx wrote:
 > copy.c: In function `mutt_copy_header':
 > copy.c:456: warning: ISO C90 does not support the `ll' printf length mo=
 difier
 > copy.c: In function `_mutt_copy_message':
 > copy.c:565: warning: ISO C90 does not support the `ll' printf length mo=
 difier
 > copy.c: In function `copy_delete_attach':
 > copy.c:808: warning: ISO C90 does not support the `ll' printf length mo=
 difier
 
 This is not a problem as most compilers and/or libc support them,
 even ones not written for C99. And if this size has been selected
 by the configure script, then it should work.
 
 If you want Mutt to get rid of these warnings (particularly) by using
 some compiler options, it may be a bit dangerous, as it is easy to
 break things. I know that...
 
 --=20
 Vincent Lef=E8vre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.org/>
 100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
 Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)