[cvs] bogofilter system.h,1.4,1.5

David Relson relson at osagesoftware.com
Fri Nov 22 18:36:31 CET 2002


At 12:26 PM 11/22/02, Matthias Andree wrote:

>*shrug*
>
>Well, the ISO C standard requires that these be defined as 0 or 1, and
>_Bool is a standard unsigned integer. There is no mention of a (bool)
>cast. See http://std.dkuug.dk/JTC1/SC22/WG14/www/standards
>
>So GCC is right here with #define true 1, and all that -Wconversion
>does is mentioning that we have types of different width, but our
>prototypes handle that.
>
>We should kill -Wconversion once we're sure that there is no code
>defect.


p.i.t.a.  When I added the casts, I thought that they helped.  Now I'm 
seeing the messages again.





More information about the bogofilter-dev mailing list