[perl #131670] Some warnings don't respect $*ERR

2017-06-28 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #131670] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131670 > There are a class of warnings that do not emit their warnings on $*ERR, but always on the

Re: [perl #42509] [PATCH] Quiet some warnings under -ansi -pedantic

2007-04-14 Thread Steve Peters
On Sat, Apr 14, 2007 at 11:05:27PM +0100, Jonathan Worthington wrote: > Hi, > > I just backed out one small part of this patch because it broke the > build using MS VC++ on Win32. > > Steve Peters (via RT) wrote: > >ndex: src/exec_save.c > >===

Re: [perl #42509] [PATCH] Quiet some warnings under -ansi -pedantic

2007-04-14 Thread Jonathan Worthington
Hi, I just backed out one small part of this patch because it broke the build using MS VC++ on Win32. Steve Peters (via RT) wrote: ndex: src/exec_save.c === --- src/exec_save.c (revision 18179) +++ src/exec_save.c (workin

Re: [perl #42509] [PATCH] Quiet some warnings under -ansi -pedantic

2007-04-14 Thread chromatic
On Saturday 14 April 2007 09:17, Steve Peters wrote: > # New Ticket Created by Steve Peters > # Please include the string: [perl #42509] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=42509 > Thanks, applied as r18204. -

[perl #42509] [PATCH] Quiet some warnings under -ansi -pedantic

2007-04-14 Thread via RT
# New Ticket Created by Steve Peters # Please include the string: [perl #42509] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=42509 > ndex: src/exec_save.c ==

Some warnings

2003-08-16 Thread Vladimir Lipskiy
I decide to lay out warnings I get while building Parrot. this might be Leo's property: packfile.c(1225) : warning C4700: local variable 'num_segs' used without having been initialized And this, to learn from Simon, is Brent's one spf_render.c(578) : warning C4761: integral size mismatch in argum

Re: [perl #23044] [PATCH] Fix some warnings in nci.c

2003-07-19 Thread Leopold Toetsch
JüRgen" "BöMmels <[EMAIL PROTECTED]> wrote: > nci.c generates a bunch of prototype warnings when compiled with gcc Applied, thanks. leo

[perl #23044] [PATCH] Fix some warnings in nci.c

2003-07-18 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #23044] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=23044 > nci.c generates a bunch of prototype warnings when compiled with gcc and callframes ar

Re: [netlabs #789] [PATCH] Squish some warnings

2002-07-13 Thread Tom Hughes
In message <20020712010920$[EMAIL PROTECTED]> Simon Glover (via RT) <[EMAIL PROTECTED]> wrote: > # New Ticket Created by Simon Glover > # Please include the string: [netlabs #789] > # in the subject line of all future correspondence about this issue. > # http://bugs6.perl.org/rt2/Tick

[netlabs #789] [PATCH] Squish some warnings

2002-07-10 Thread via RT
# New Ticket Created by Simon Glover # Please include the string: [netlabs #789] # in the subject line of all future correspondence about this issue. # http://bugs6.perl.org/rt2/Ticket/Display.html?id=789 > stack_chunk is now Stack_Chunk... Simon --- sub.c.old Wed Jul 10 14:53:24 2002

Re: [netlabs #655] [PATCH] Squash some warnings on Solaris

2002-06-03 Thread Melvin Smith
># New Ticket Created by David Lloyd ># Please include the string: [netlabs #655] ># in the subject line of all future correspondence about this issue. ># http://bugs6.perl.org/rt2/Ticket/Display.html?id=655 > > > >The casting from const char * to char * make me nervous though... maybe it >int

[netlabs #655] [PATCH] Squash some warnings on Solaris

2002-06-03 Thread via RT
# New Ticket Created by David Lloyd # Please include the string: [netlabs #655] # in the subject line of all future correspondence about this issue. # http://bugs6.perl.org/rt2/Ticket/Display.html?id=655 > The casting from const char * to char * make me nervous though... maybe it introduces

[PATCH] Some warnings less

2002-03-03 Thread Ritz Daniel
fixes most of these warnings (cc: bcc32): - XXX is assigned a value that is never used in function YYY - Unreachable code in function XXX Index: memory.c === RCS file: /cvs/public/parrot/memory.c,v retrieving revision 1.23 diff -u -

Some warnings from Digital Unix

2001-09-14 Thread Simon Cozens
Lvalue casts are evil, I know. Patches welcome. cc: Warning: bytecode.c, line 89: In this statement, the result of the cast "(char ...)*program_code" is used as an lvalue. (char*)*program_code += buflen; ^ cc: Warning: bytecode.c, line 97: In this statement, the result of the cas