- assigned_to: nobody --> alankley
term_lib.c
strlcpy.c
..\..\..\common\str_lib\strlcpy.c(57) : warning C4018: '>=' : signed/unsigned mismatch
strlcat.c
strclean.c
subsystem.c
shell.c
session.c
scp_get.c
remote_command.c
Generating Code...
Compiling...
file_copy.c
..\ssh2_lib\file_copy.c(45) : warning C4996: 'open' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\io.h(328) : see declaration of 'open'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _open. See online help for details.'
..\ssh2_lib\file_copy.c(52) : warning C4996: 'read' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\io.h(329) : see declaration of 'read'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _read. See online help for details.'
..\ssh2_lib\file_copy.c(59) : warning C4996: 'close' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\io.h(318) : see declaration of 'close'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.'
..\ssh2_lib\file_copy.c(72) : warning C4996: 'open' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\io.h(328) : see declaration of 'open'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _open. See online help for details.'
..\ssh2_lib\file_copy.c(82) : warning C4996: 'write' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\io.h(334) : see declaration of 'write'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _write. See online help for details.'
..\ssh2_lib\file_copy.c(88) : warning C4996: 'close' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\io.h(318) : see declaration of 'close'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.'
channel.c
sock_lib.c
sdl_lib.c
SDL_prim.c
..\screen_lib\SDL_prim.c(277) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\screen_lib\SDL_prim.c(544) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\screen_lib\SDL_prim.c(743) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
..\screen_lib\SDL_prim.c(744) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
..\screen_lib\SDL_prim.c(745) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
..\screen_lib\SDL_prim.c(746) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
..\screen_lib\SDL_prim.c(788) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\screen_lib\SDL_prim.c(793) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\screen_lib\SDL_prim.c(799) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\screen_lib\SDL_prim.c(803) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\screen_lib\SDL_prim.c(839) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
..\screen_lib\SDL_prim.c(840) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
..\screen_lib\SDL_prim.c(841) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
screen_lib.c
msg_lib.c
buffer.c
..\msg_lib\buffer.c(207) : warning C4018: '<' : signed/unsigned mismatch
..\msg_lib\buffer.c(227) : warning C4018: '>' : signed/unsigned mismatch
..\msg_lib\buffer.c(234) : warning C4018: '<' : signed/unsigned mismatch
movie_lib.c
image_lib.c
text.c
fonts.c
path.c
misc_io.c
..\..\..\common\file_io_lib\misc_io.c(106) : warning C4996: 'getenv' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\stdlib.h(483) : see declaration of 'getenv'
Message: 'This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\..\common\file_io_lib\misc_io.c(110) : warning C4996: 'getenv' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\stdlib.h(483) : see declaration of 'getenv'
Message: 'This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\..\common\file_io_lib\misc_io.c(181) : warning C4996: 'mkdir' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\direct.h(128) : see declaration of 'mkdir'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _mkdir. See online help for details.'
user_event.c
mouse.c
keyboard.c
handler.c
color_lib.c
sound.c
Generating Code...
Compiling...
music.c
audio.c
win32_lib.c
url.c
..\url.c(121) : warning C4996: 'strncpy' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(156) : see declaration of 'strncpy'
Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
text_box.c
..\text_box.c(174) : warning C4018: '<' : signed/unsigned mismatch
SDL_win32_main.c
..\..\..\common\win32_lib\SDL_win32_main.c(146) : warning C4996: 'fopen' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\..\common\win32_lib\SDL_win32_main.c(156) : warning C4996: 'fopen' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\..\common\win32_lib\SDL_win32_main.c(279) : warning C4996: 'freopen' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(245) : see declaration of 'freopen'
Message: 'This function or variable may be unsafe. Consider using freopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\..\common\win32_lib\SDL_win32_main.c(286) : warning C4996: 'fopen' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\..\common\win32_lib\SDL_win32_main.c(302) : warning C4996: 'freopen' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(245) : see declaration of 'freopen'
Message: 'This function or variable may be unsafe. Consider using freopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\..\common\win32_lib\SDL_win32_main.c(308) : warning C4996: 'fopen' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\..\common\win32_lib\SDL_win32_main.c(317) : warning C4996: 'setbuf' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(301) : see declaration of 'setbuf'
Message: 'This function or variable may be unsafe. Consider using setvbuf instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
rpc.c
rand.c
print_func.c
play_intro.c
main.c
..\main.c(126) : warning C4005: 'WINSOCK_VERSION' : macro redefinition
C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\include\winsock2.h(64) : see previous definition of 'WINSOCK_VERSION'
install_dir.c
get_userpass.c
..\get_userpass.c(48) : warning C4996: 'sscanf' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(311) : see declaration of 'sscanf'
Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
get_url.c
get_login.c
file_xfr.c
done.c
do_data_in.c
check_home.c
call_nio.c
..\call_nio.c(87) : warning C4133: 'function' : incompatible types - from 'int *' to 'const char *'
Generating Code...
Compiling...
call_http.c