[Applied] Re: Warnings Cleanup

2002-03-29 Thread Josh Wilmes
Good enuff, thanks! Applied. --Josh At 20:36 on 03/29/2002 EST, Michel J Lambert <[EMAIL PROTECTED]> wrote: > > I've applied portions of this patch. I omitted the parts which use the > > "byte" type, which isn't going to work on all platforms. > > I've changed these to use 'char'. Hopefully

Re: Warnings Cleanup

2002-03-29 Thread Michel J Lambert
> I've applied portions of this patch. I omitted the parts which use the > "byte" type, which isn't going to work on all platforms. I've changed these to use 'char'. Hopefully that will be more portable. Mike Lambert Index: misc.c ===

Re: Warnings Cleanup

2002-03-27 Thread Josh Wilmes
I've applied portions of this patch. I omitted the parts which use the "byte" type, which isn't going to work on all platforms. --Josh At 1:46 on 03/28/2002 EST, Michel J Lambert <[EMAIL PROTECTED]> wrote: > Attached patch fixes many of the warnings you see on MSVC level 4. The > ones listed