Re: [PATCH] Warnings cleanup

2002-05-20 Thread Melvin Smith
herty te.edu> cc: Perl6 Internals <[EMAIL PROTECTED]> Subject: Re: [PATCH] Wa

Re: [PATCH] Warnings cleanup

2002-05-20 Thread Andy Dougherty
On Sun, 19 May 2002, Mike Lambert wrote: > > This patch removes a bunch of warnings that have accumulated with MSVC > > recently. Thanks. I'm down to 934 warnings now :-). Index: packfile.c -self->number = PackFile_fetch_nv(pf, (unsigned char *)cursor); +self->number = PackFile_fetch_

Re: [PATCH] Warnings cleanup

2002-05-19 Thread Mike Lambert
Just be glad I don't have commit access. ;) Mike Lambert Mike Lambert wrote: > Date: Sun, 19 May 2002 21:43:22 -0400 (EDT) > From: Mike Lambert <[EMAIL PROTECTED]> > To: Melvin Smith <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: Re: [PATCH] Warnings

Re: [PATCH] Warnings cleanup

2002-05-19 Thread Mike Lambert
> Mostly applied. Here is your rejected hunk, sir. Much appreciated. Looks like Peter's patch also did some of the same formatting fixes. Below is a re-patch that fixes the problem. Mike Lambert Index: resources.c === RCS file: /cv

Re: [PATCH] Warnings cleanup

2002-05-19 Thread Melvin Smith
At 09:11 PM 5/19/2002 -0400, Mike Lambert wrote: > > This patch removes a bunch of warnings that have accumulated with MSVC > > recently. Mostly applied. Here is your rejected hunk, sir. -Melvin resources.c.rej Description: Binary data

Re: [PATCH] Warnings cleanup

2002-05-19 Thread Mike Lambert
> This patch removes a bunch of warnings that have accumulated with MSVC > recently. And since I tested the patch with MSVC running, I forgot to run make to rebuild core_ops.c. Attached patch should be used instead of the previous one, as this one actually compiles. :) Mike Lambert Index: byt

[PATCH] Warnings cleanup

2002-05-19 Thread Mike Lambert
This patch removes a bunch of warnings that have accumulated with MSVC recently. Mike Lambert Index: byteorder.c === RCS file: /cvs/public/parrot/byteorder.c,v retrieving revision 1.9 diff -u -r1.9 byteorder.c --- byteord

[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

Warnings Cleanup

2002-03-27 Thread Michel J Lambert
Attached patch fixes many of the warnings you see on MSVC level 4. The ones listed below, this patch does *not* handle. core.ops and rx.ops have some warnings about the use of MAKE_KEY, and the non-use of the variables returned by MAKE_KEY. I believe Steve Fink's patch fixes these. io_win32.c