On Tue Jan 23 14:20:21 2007, particle wrote:
> when compiling src/pmc/pmethod.c, cl has a few warnings:
> 
> src\pmc\pmethod_test.c
> D:/usr\local\parrot\bug\tools\build\../../lib\Parrot\Pmc2c\Utils.pm(1096)
> : warn
> ing C4102: 'test_method0_returns' : unreferenced label
> D:/usr\local\parrot\bug\tools\build\../../lib\Parrot\Pmc2c\Utils.pm(1063)
> : warn
> ing C4101: 'pc' : unreferenced local variable
> D:/usr\local\parrot\bug\tools\build\../../lib\Parrot\Pmc2c\Utils.pm(1096)
> : warn
> ing C4102: 'test_method1_returns' : unreferenced label
> D:/usr\local\parrot\bug\tools\build\../../lib\Parrot\Pmc2c\Utils.pm(1063)
> : warn
> ing C4101: 'pc' : unreferenced local variable
> D:/usr\local\parrot\bug\tools\build\../../lib\Parrot\Pmc2c\Utils.pm(1063)
> : warn
> ing C4101: 'pc' : unreferenced local variable
> D:/usr\local\parrot\bug\tools\build\../../lib\Parrot\Pmc2c\Utils.pm(1096)
> : warn
> ing C4102: 'test_method3_returns' : unreferenced label
> D:/usr\local\parrot\bug\tools\build\../../lib\Parrot\Pmc2c\Utils.pm(1063)
> : warn
> ing C4101: 'pc' : unreferenced local variable
> D:/usr\local\parrot\bug\tools\build\../../lib\Parrot\Pmc2c\Utils.pm(1096)
> : warn
> ing C4102: 'test_method4_returns' : unreferenced label
> D:/usr\local\parrot\bug\tools\build\../../lib\Parrot\Pmc2c\Utils.pm(1063)
> : warn
> ing C4101: 'pc' : unreferenced local variable
> 
> it seems the pmc2c code for PMETHODs is generating some unnecessary
> code.
> ~jerry

The file src/pmc/pmethod.c no longer exists. Resolving ticket.


Reply via email to