summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorDaniel Dragan <bulk88@hotmail.com>2014-10-06 04:04:05 -0400
committerFather Chrysostomos <sprout@cpan.org>2014-10-06 06:03:01 -0700
commitb304119758005f7ab21373539113204710b204cd (patch)
tree2b387eeeb7970962e8a8e3d87e7bfc78ffac6454 /embed.fnc
parent3188a8216e19cb1020af7615e3178daab8a865d6 (diff)
downloadperl-b304119758005f7ab21373539113204710b204cd.tar.gz
silence some compiler warnings on VC6
sv.c and toke.c have the following warnings on VC6 but not VC 2003 (and probably newer too), example ..\toke.c(3149) : warning C4761: integral size mismatch in argument; conversion supplied find_default_stash (commit 90aeefb473 )& gv_magicalize (commit 71c35c050e ) ..\gv.c(1680) : warning C4028: formal parameter 6 different from declaration ..\gv.c(1783) : warning C4028: formal parameter 6 different from declaration not all VC6 compiler warnings are fixed by this patch
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc4
1 files changed, 2 insertions, 2 deletions
diff --git a/embed.fnc b/embed.fnc
index 320a4761bf..758af030d0 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1875,10 +1875,10 @@ s |bool|parse_gv_stash_name|NN HV **stash|NN GV **gv \
|const U32 is_utf8|const I32 add
s |bool|find_default_stash|NN HV **stash|NN const char *name \
|STRLEN len|const U32 is_utf8|const I32 add \
- |svtype sv_type
+ |const svtype sv_type
s |bool|gv_magicalize|NN GV *gv|NN HV *stash|NN const char *name \
|STRLEN len|bool addmg \
- |svtype sv_type
+ |const svtype sv_type
s |void|maybe_multimagic_gv|NN GV *gv|NN const char *name|const svtype sv_type
s |bool|gv_is_in_main|NN const char *name|STRLEN len \
|const U32 is_utf8