This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add casting to allow g++ (3.3.5) to compile the core code.
authorNicholas Clark <nick@ccl4.org>
Tue, 5 Apr 2005 21:30:21 +0000 (21:30 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 5 Apr 2005 21:30:21 +0000 (21:30 +0000)
commit07409e015252427f5ec1d8889bbfb78cf39d061d
tree0bf440cf49a586dd6e874ecb4fd0aa851fe03d83
parent5b279f8b9f38ac6332e7ddbcac2b8bf949abe47c
Add casting to allow g++ (3.3.5) to compile the core code.
A C++ compiler produces lots of warnings that are probably valid
concerns to investigate.

p4raw-id: //depot/perl@24170
13 files changed:
doio.c
ext/B/B.xs
ext/Cwd/Cwd.xs
ext/Devel/DProf/DProf.xs
gv.c
perl.c
perl.h
pp_pack.c
scope.c
sv.c
toke.c
util.c
x2p/walk.c