
pldaniels at pldaniels
Feb 4, 2003, 12:04 AM
Post #3 of 3
(1089 views)
Permalink
|
> libmime-decoders.c:353: warning: `end_pair' might be used uninitialized > in this function > > I checked the code, and it looks like there isn't a problem, but I > thought I'd let you know. I just checked over the code, I can see where it's complaining. I've just pre-initialised the variables to NULL in order to silence the compiler. I could rewrite the code so that it pleases the compiler more, but quite frankly it turns it into a stair-cased non-intuitive wad of code. Seems to be running here fine too. I'll clean up some documentation and probably put it up then. Regards. -- Paul L Daniels http://www.pldaniels.com Linux/Unix systems Internet Development ICQ#103642862,AOL:cinflex,IRC:inflex A.B.N. 19 500 721 806
|