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
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
> 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
===
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
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
11 matches
Mail list logo