herty
te.edu> cc: Perl6 Internals
<[EMAIL PROTECTED]>
Subject: Re: [PATCH] Wa
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_
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
> 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
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
> 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
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