Re: [perl #15907] [PATCH] Make warnings configurable

2002-08-20 Thread Juergen Boemmels
Just replying to [EMAIL PROTECTED] does not seem to forward to the list. Ok, here once again to perl6-internals Mike Lambert (via RT) <[EMAIL PROTECTED]> writes: > Looking at the patch, it seems rather GCC-specific. The checking for > "no-X" versus "X" in the warnings flags seems to be rather no

Re: [perl #15907] [PATCH] Make warnings configurable

2002-08-18 Thread Mike Lambert
> In the quest for removing warnings, I added an option --ccwarn to > Configure.pl. With this option I could selectivly turn on and off > warnings, and especially compile with -Werror, so I don't miss any > warnings. The simple warnings (the missing return values) were already > fixed before I was

Re: [perl #15907] [PATCH] Make warnings configurable

2002-08-02 Thread Nicholas Clark
On Wed, Jul 31, 2002 at 11:43:39PM +, Jürgen Bömmels wrote: > In the quest for removing warnings, I added an option --ccwarn to > Configure.pl. With this option I could selectivly turn on and off > warnings, and especially compile with -Werror, so I don't miss any > warnings. The simple warnin

[perl #15907] [PATCH] Make warnings configurable

2002-07-31 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #15907] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=15907 > Hi, In the quest for removing warnings, I added an option --ccwarn to Configure.pl.