DG/UX

David Relson relson at osagesoftware.com
Thu Dec 18 22:04:04 CET 2003


On Thu, 18 Dec 2003 15:49:51 -0500 (EST)
Dave Lovelace <dave at firstcomp.biz> wrote:


> And, finally, I refer again to all the warnings I got.  Some (where
> prototypes didn't include "const", I think) probably are meaningless,
> but to my not-all-that-educated eye some probably indicate real bugs.

With regard to "const" warnings, you just have to live with them.  I
don't think I've ever seen an environment where it's done completely and
consistently.  If a variable declared const (or a string constant) is
passed to a function that modifies it, that _is_ an error.  Bogofilter
doesn't have any problems like that.  Feel free to ignore const warnings
:-)




More information about the Bogofilter mailing list