On Sat, Mar 10, 2007 at 01:45:48PM +0100, Rafael Garcia-Suarez wrote: > On 10/03/07, Nicholas Clark <nick@ccl4.org> wrote: > >It appears to have been added with change 4545 > > > >Change 4545 by gsar@onru on 1999/11/11 06:04:20 > > > > another change towards a shareable optree: avoid pointer to filegv > > in COP; revert parts of change#4485 and s/xcv_filegv/xcv_file/ > > (CvFILE() may yet come in handy somewhere); adjust compiler doodads > > to suit > > > >http://public.activestate.com/cgi-bin/perlbrowse/p/4545 > > > > > >I'm wondering, should we remove it? > > I'm not against that. > > I also wonder, how much new warnings will appear if we remove it ? > probably not much, given that the core test suite doesn't generate > them; but maybe in other modules. I wondered the same. Warnings that appear are bugs that were hidden, in my opinion. Particularly pernicious bugs, as the warnings won't be suppressed if the module isn't installed in a "regular" path. It might cause someone a lot of angst, trying to work out why code does(n't) warning, depending on which machine it's run on. Nicholas ClarkThread Previous | Thread Next