Smoke logs available at http://m-l.org/~perl/smoke/perl/

NOTE! This smoke was executed on a VirtualBox VM which has a propensity for
having clock issues.  If in the matrix below you see only a single "M" result
or any "t" result then it is likely from the clock rather than real build
failure.  You can verify that by looking for "Makefile out-of-date" in the log.

Automated smoke report for 5.15.9 patch 
6c1dd464aed66ed50787ebe87f9b7c53f1c419c3 v5.15.9-266-g6c1dd46
perl-win2k: Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz(~2657 MHz) (x86/1 cpu)
    on        MSWin32 - Win2000 SP4
    using     cl version 14.00.50727.762
    smoketime 2 hours 5 minutes (average 31 minutes 26 seconds)

Summary: FAIL(FM)

O = OK  F = Failure(s), extended report at the bottom
X = Failure(s) under TEST but not under harness
? = still running or test results not (yet) available
Build failures during:       - = unknown or N/A
c = Configure, m = make, M = make (after miniperl), t = make test-prep

v5.15.9-266-g6c1dd46  Configuration (common) none
----------- ---------------------------------------------------------
O M         
O F         -Duseithreads
| +--------- -DDEBUGGING
+----------- no debugging


Locally applied patches:
    uncommitted-changes
    SMOKE6c1dd464aed66ed50787ebe87f9b7c53f1c419c3

Failures: (common-args) none
[default] -DDEBUGGING -Duseithreads
../cpan/Memoize/t/expmod_t.t................................FAILED
    7

Passed Todo tests: (common-args) none
[default] 
[default] -Duseithreads
[default] -DDEBUGGING -Duseithreads
../cpan/CGI/t/tmpdir.t......................................PASSED
    3-9

Compiler messages(MSWin32):
op.c(6523) : warning C4244: 'initializing' : conversion from 'U32' to 'const 
char', possible loss of data
op.c(10621) : warning C4028: formal parameter 1 different from declaration
..\pp.c(5978) : warning C4244: 'function' : conversion from 'U32' to 'const 
char', possible loss of data
..\pp_hot.c(2685) : warning C4244: 'initializing' : conversion from 'I32' to 
'U8', possible loss of data
..\pp_sort.c(1668) : warning C4244: 'initializing' : conversion from 'I32' to 
'U8', possible loss of data
..\toke.c(765) : warning C4244: '=' : conversion from 'U32' to 'U8', possible 
loss of data
IO.xs(488) : warning C4101: 'ret' : unreferenced local variable
ListUtil.xs(297) : warning C4244: 'initializing' : conversion from 'I32' to 
'U8', possible loss of data
ListUtil.xs(335) : warning C4244: 'initializing' : conversion from 'I32' to 
'U8', possible loss of data
Base64.xs(394) : warning C4146: unary minus operator applied to unsigned type, 
result still unsigned
Base64.xs(396) : warning C4146: unary minus operator applied to unsigned type, 
result still unsigned
POSIX.xs(705) : warning C4101: 'charstring' : unreferenced local variable
scalar.xs(175) : warning C4018: '>' : signed/unsigned mismatch
Piece.xs(950) : warning C4101: 'ret' : unreferenced local variable
APItest.xs(3046) : warning C4244: 'initializing' : conversion from 'I32' to 
'U8', possible loss of data
APItest.xs(3358) : warning C4101: 'tmp' : unreferenced local variable
..\hv.c(450) : warning C4996: 'strupr': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _strupr. See online help 
for details.
..\hv.c(510) : warning C4996: 'strupr': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _strupr. See online help 
for details.
..\hv.c(552) : warning C4996: 'strupr': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _strupr. See online help 
for details.
..\hv.c(947) : warning C4996: 'strupr': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _strupr. See online help 
for details.
d:\smoke\perl\smoke-me\build\time64.c(307) : warning C4996: 'localtime': This 
function or variable may be unsafe. Consider using localtime_s instead. To 
disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
d:\smoke\perl\smoke-me\build\time64.c(326) : warning C4996: 'gmtime': This 
function or variable may be unsafe. Consider using gmtime_s instead. To disable 
deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\pp_sys.c(758) : warning C4996: 'umask': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _umask. See online help 
for details.
..\pp_sys.c(763) : warning C4996: 'umask': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _umask. See online help 
for details.
..\pp_sys.c(766) : warning C4996: 'umask': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _umask. See online help 
for details.
..\regcomp.c(10674) : warning C4996: 'sprintf': This function or variable may 
be unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
..\sv.c(2750) : warning C4996: 'sprintf': This function or variable may be 
unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
..\sv.c(2942) : warning C4996: 'sprintf': This function or variable may be 
unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
..\sv.c(10126) : warning C4996: 'sprintf': This function or variable may be 
unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
..\sv.c(10975) : warning C4996: 'sprintf': This function or variable may be 
unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
..\util.c(4304) : warning C4996: 'getcwd': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _getcwd. See online help 
for details.
..\util.c(6197) : warning C4996: '_vsnprintf': This function or variable may be 
unsafe. Consider using _vsnprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
..\util.c(6243) : warning C4996: '_vsnprintf': This function or variable may be 
unsafe. Consider using _vsnprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(291) : warning C4996: 'sprintf': This function or variable may be 
unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(297) : warning C4996: 'strcpy': This function or variable may be 
unsafe. Consider using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(306) : warning C4996: 'stricmp': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help 
for details.
.\win32.c(324) : warning C4996: 'strcpy': This function or variable may be 
unsafe. Consider using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(352) : warning C4996: 'sprintf': This function or variable may be 
unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(371) : warning C4996: 'sprintf': This function or variable may be 
unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(376) : warning C4996: 'sprintf': This function or variable may be 
unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(384) : warning C4996: 'sprintf': This function or variable may be 
unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(559) : warning C4996: 'getenv': This function or variable may be 
unsafe. Consider using _dupenv_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(670) : warning C4996: 'strcpy': This function or variable may be 
unsafe. Consider using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(801) : warning C4996: 'strcpy': This function or variable may be 
unsafe. Consider using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(858) : warning C4996: 'strcpy': This function or variable may be 
unsafe. Consider using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(877) : warning C4996: 'strcpy': This function or variable may be 
unsafe. Consider using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(922) : warning C4996: 'strcpy': This function or variable may be 
unsafe. Consider using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(1108) : warning C4996: 'open': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _open. See online help 
for details.
.\win32.c(1389) : warning C4996: 'strncpy': This function or variable may be 
unsafe. Consider using strncpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(1566) : warning C4996: 'strcpy': This function or variable may be 
unsafe. Consider using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(1583) : warning C4996: 'strcpy': This function or variable may be 
unsafe. Consider using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(1594) : warning C4996: 'write': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _write. See online help 
for details.
.\win32.c(1719) : warning C4996: 'strcpy': This function or variable may be 
unsafe. Consider using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(1784) : warning C4996: 'localtime': This function or variable may be 
unsafe. Consider using localtime_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(1818) : warning C4996: 'unlink': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _unlink. See online help 
for details.
.\win32.c(1823) : warning C4996: 'unlink': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _unlink. See online help 
for details.
.\win32.c(1911) : warning C4996: 'strcpy': This function or variable may be 
unsafe. Consider using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(1914) : warning C4996: 'strcpy': This function or variable may be 
unsafe. Consider using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(1917) : warning C4996: 'strcpy': This function or variable may be 
unsafe. Consider using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(1920) : warning C4996: 'strcpy': This function or variable may be 
unsafe. Consider using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(1926) : warning C4996: 'sprintf': This function or variable may be 
unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(1931) : warning C4996: 'sprintf': This function or variable may be 
unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(1934) : warning C4996: 'sprintf': This function or variable may be 
unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(1942) : warning C4996: 'strcpy': This function or variable may be 
unsafe. Consider using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(1945) : warning C4996: 'strncpy': This function or variable may be 
unsafe. Consider using strncpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(1977) : warning C4996: 'sprintf': This function or variable may be 
unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(1982) : warning C4996: 'strcpy': This function or variable may be 
unsafe. Consider using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(2429) : warning C4996: '__sys_nerr': This function or variable may be 
unsafe. Consider using strerror instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(2432) : warning C4996: '__sys_nerr': This function or variable may be 
unsafe. Consider using strerror instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(2442) : warning C4996: 'strcpy': This function or variable may be 
unsafe. Consider using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(2447) : warning C4996: 'strerror': This function or variable may be 
unsafe. Consider using strerror_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(2474) : warning C4996: 'sprintf': This function or variable may be 
unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(2536) : warning C4996: 'stricmp': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help 
for details.
.\win32.c(2539) : warning C4996: 'fopen': This function or variable may be 
unsafe. Consider using fopen_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(2556) : warning C4996: 'fdopen': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _fdopen. See online help 
for details.
.\win32.c(2567) : warning C4996: 'stricmp': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help 
for details.
.\win32.c(2570) : warning C4996: 'freopen': This function or variable may be 
unsafe. Consider using freopen_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(2606) : warning C4996: 'fileno': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _fileno. See online help 
for details.
.\win32.c(2796) : warning C4996: '_fmode': This function or variable may be 
unsafe. Consider using _get_fmode instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(2924) : warning C4996: 'wcscpy': This function or variable may be 
unsafe. Consider using wcscpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(2940) : warning C4996: 'stricmp': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help 
for details.
.\win32.c(2942) : warning C4996: 'strcpy': This function or variable may be 
unsafe. Consider using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(2970) : warning C4996: 'setmode': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _setmode. See online help 
for details.
.\win32.c(3018) : warning C4996: 'chsize': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _chsize. See online help 
for details.
.\win32.c(3028) : warning C4996: 'lseek': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _lseek. See online help 
for details.
.\win32.c(3038) : warning C4996: 'tell': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _tell. See online help 
for details.
.\win32.c(3053) : warning C4996: 'stricmp': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help 
for details.
.\win32.c(3056) : warning C4996: 'open': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _open. See online help 
for details.
.\win32.c(3071) : warning C4996: 'eof': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _eof. See online help for 
details.
.\win32.c(3098) : warning C4996: 'dup': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _dup. See online help for 
details.
.\win32.c(3104) : warning C4996: 'dup2': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _dup2. See online help 
for details.
.\win32.c(3110) : warning C4996: 'read': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _read. See online help 
for details.
.\win32.c(3116) : warning C4996: 'write': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _write. See online help 
for details.
.\win32.c(3123) : warning C4996: 'mkdir': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _mkdir. See online help 
for details.
.\win32.c(3130) : warning C4996: 'rmdir': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _rmdir. See online help 
for details.
.\win32.c(3141) : warning C4996: 'chdir': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _chdir. See online help 
for details.
.\win32.c(3148) : warning C4996: 'access': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _access. See online help 
for details.
.\win32.c(3155) : warning C4996: 'chmod': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _chmod. See online help 
for details.
.\win32.c(3197) : warning C4996: 'stricmp': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help 
for details.
.\win32.c(3211) : warning C4996: 'stricmp': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help 
for details.
.\win32.c(3216) : warning C4996: 'stricmp': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help 
for details.
.\win32.c(3276) : warning C4996: 'strcpy': This function or variable may be 
unsafe. Consider using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(3289) : warning C4996: 'stricmp': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help 
for details.
.\win32.c(3334) : warning C4996: 'getenv': This function or variable may be 
unsafe. Consider using _dupenv_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(3345) : warning C4996: 'strcpy': This function or variable may be 
unsafe. Consider using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(3353) : warning C4996: 'strcpy': This function or variable may be 
unsafe. Consider using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(3447) : warning C4996: 'strcpy': This function or variable may be 
unsafe. Consider using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(3640) : warning C4996: 'execv': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _execv. See online help 
for details.
.\win32.c(3660) : warning C4996: 'execvp': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _execvp. See online help 
for details.
.\win32.c(3672) : warning C4996: 'setbuf': This function or variable may be 
unsafe. Consider using setvbuf instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(3684) : warning C4996: 'flushall': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _flushall. See online 
help for details.
.\win32.c(3690) : warning C4996: 'fcloseall': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _fcloseall. See online 
help for details.
.\win32.c(3702) : warning C4996: 'gets': This function or variable may be 
unsafe. Consider using gets_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(3919) : warning C4996: 'strcpy': This function or variable may be 
unsafe. Consider using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(4123) : warning C4996: 'putenv': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _putenv. See online help 
for details.
.\win32sck.c(382) : warning C4996: 'wcstombs': This function or variable may be 
unsafe. Consider using wcstombs_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32sck.c(394) : warning C4996: 'getenv': This function or variable may be 
unsafe. Consider using _dupenv_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32sck.c(470) : warning C4996: 'close': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _close. See online help 
for details.
.\win32sck.c(476) : warning C4996: 'close': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _close. See online help 
for details.
.\win32sck.c(482) : warning C4996: 'close': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _close. See online help 
for details.
.\win32sck.c(488) : warning C4996: 'close': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _close. See online help 
for details.
d:\smoke\perl\smoke-me\build\x2p\a2py.c(122) : warning C4996: 'isatty': The 
POSIX name for this item is deprecated. Instead, use the ISO C++ conformant 
name: _isatty. See online help for details.
d:\smoke\perl\smoke-me\build\x2p\a2py.c(122) : warning C4996: 'fileno': The 
POSIX name for this item is deprecated. Instead, use the ISO C++ conformant 
name: _fileno. See online help for details.
d:\smoke\perl\smoke-me\build\x2p\a2py.c(134) : warning C4996: 'fopen': This 
function or variable may be unsafe. Consider using fopen_s instead. To disable 
deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
d:\smoke\perl\smoke-me\build\x2p\a2py.c(925) : warning C4996: 'strncpy': This 
function or variable may be unsafe. Consider using strncpy_s instead. To 
disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
d:\smoke\perl\smoke-me\build\x2p\a2py.c(1075) : warning C4996: 'strcpy': This 
function or variable may be unsafe. Consider using strcpy_s instead. To disable 
deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
d:\smoke\perl\smoke-me\build\x2p\a2py.c(1085) : warning C4996: 'strcpy': This 
function or variable may be unsafe. Consider using strcpy_s instead. To disable 
deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
d:\smoke\perl\smoke-me\build\x2p\a2py.c(1147) : warning C4996: 'strcpy': This 
function or variable may be unsafe. Consider using strcpy_s instead. To disable 
deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
d:\smoke\perl\smoke-me\build\x2p\a2py.c(1157) : warning C4996: 'strcpy': This 
function or variable may be unsafe. Consider using strcpy_s instead. To disable 
deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
d:\smoke\perl\smoke-me\build\x2p\a2py.c(1177) : warning C4996: 'strcpy': This 
function or variable may be unsafe. Consider using strcpy_s instead. To disable 
deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
d:\smoke\perl\smoke-me\build\x2p\a2py.c(1262) : warning C4996: 'sprintf': This 
function or variable may be unsafe. Consider using sprintf_s instead. To 
disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
d:\smoke\perl\smoke-me\build\x2p\a2py.c(1292) : warning C4996: 'sprintf': This 
function or variable may be unsafe. Consider using sprintf_s instead. To 
disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
y.tab.c(2198) : warning C4996: 'getenv': This function or variable may be 
unsafe. Consider using _dupenv_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
..\x2p\str.c(32) : warning C4996: 'sprintf': This function or variable may be 
unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
..\x2p\util.c(147) : warning C4996: 'strcpy': This function or variable may be 
unsafe. Consider using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
..\x2p\walk.c(97) : warning C4996: 'sprintf': This function or variable may be 
unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
..\x2p\walk.c(160) : warning C4996: 'sprintf': This function or variable may be 
unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
..\x2p\walk.c(591) : warning C4996: 'strcpy': This function or variable may be 
unsafe. Consider using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
..\x2p\walk.c(629) : warning C4996: 'sprintf': This function or variable may be 
unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
..\x2p\walk.c(679) : warning C4996: 'sprintf': This function or variable may be 
unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
..\x2p\walk.c(681) : warning C4996: 'sprintf': This function or variable may be 
unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
..\x2p\walk.c(683) : warning C4996: 'sprintf': This function or variable may be 
unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
..\x2p\walk.c(691) : warning C4996: 'sprintf': This function or variable may be 
unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
..\x2p\walk.c(754) : warning C4996: 'strcpy': This function or variable may be 
unsafe. Consider using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
..\x2p\walk.c(998) : warning C4996: 'strcpy': This function or variable may be 
unsafe. Consider using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
..\x2p\walk.c(1000) : warning C4996: 'strcpy': This function or variable may be 
unsafe. Consider using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
..\x2p\walk.c(1019) : warning C4996: 'sprintf': This function or variable may 
be unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
..\x2p\walk.c(1021) : warning C4996: 'sprintf': This function or variable may 
be unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
..\x2p\walk.c(1119) : warning C4996: 'strcpy': This function or variable may be 
unsafe. Consider using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
..\x2p\walk.c(1127) : warning C4996: 'sprintf': This function or variable may 
be unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
..\x2p\walk.c(1156) : warning C4996: 'strcpy': This function or variable may be 
unsafe. Consider using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
..\x2p\walk.c(1185) : warning C4996: 'sprintf': This function or variable may 
be unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
..\x2p\walk.c(1188) : warning C4996: 'strcpy': This function or variable may be 
unsafe. Consider using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
..\x2p\walk.c(1196) : warning C4996: 'strcpy': This function or variable may be 
unsafe. Consider using strcpy_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
..\x2p\walk.c(1214) : warning C4996: 'sprintf': This function or variable may 
be unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
..\x2p\walk.c(1220) : warning C4996: 'sprintf': This function or variable may 
be unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
..\x2p\walk.c(1222) : warning C4996: 'sprintf': This function or variable may 
be unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
..\x2p\walk.c(1226) : warning C4996: 'sprintf': This function or variable may 
be unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
..\x2p\walk.c(1228) : warning C4996: 'sprintf': This function or variable may 
be unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
..\x2p\walk.c(1290) : warning C4996: 'sprintf': This function or variable may 
be unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
..\x2p\walk.c(1294) : warning C4996: 'sprintf': This function or variable may 
be unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
..\x2p\walk.c(1298) : warning C4996: 'sprintf': This function or variable may 
be unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
..\x2p\walk.c(1300) : warning C4996: 'sprintf': This function or variable may 
be unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
..\x2p\walk.c(1304) : warning C4996: 'sprintf': This function or variable may 
be unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
..\x2p\walk.c(1306) : warning C4996: 'sprintf': This function or variable may 
be unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
..\x2p\walk.c(1471) : warning C4996: 'sprintf': This function or variable may 
be unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
..\x2p\walk.c(1477) : warning C4996: 'sprintf': This function or variable may 
be unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
..\x2p\walk.c(1600) : warning C4996: 'sprintf': This function or variable may 
be unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
..\x2p\walk.c(1602) : warning C4996: 'sprintf': This function or variable may 
be unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
..\x2p\walk.c(1606) : warning C4996: 'sprintf': This function or variable may 
be unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
..\x2p\walk.c(1608) : warning C4996: 'sprintf': This function or variable may 
be unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
..\x2p\walk.c(1612) : warning C4996: 'sprintf': This function or variable may 
be unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
Cwd.xs(8) : fatal error C1083: Cannot open include file: 'ppport.h': No such 
file or directory
op.c(10621) : warning C4028: formal parameter 2 different from declaration

-- 
Report by Test::Smoke v1.42 build 1267 running on perl 5.10.0
(Reporter v0.035 / Smoker v0.045)

Reply via email to