| | Compiling...
gl_rmain.c
c:\quake2\quake2-3.21\ref_gl\gl_rmain.c(915) : 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.
c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
c:\quake2\quake2-3.21\ref_gl\gl_rmain.c(919) : warning C4133: 'function' : incompatible types - from 'int [1920000]' to 'byte *'
c:\quake2\quake2-3.21\ref_gl\gl_rmain.c(1225) : 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.
c:\program files\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
c:\quake2\quake2-3.21\ref_gl\gl_rmain.c(1226) : warning C4996: 'strlwr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strlwr. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\string.h(216) : see declaration of 'strlwr'
c:\quake2\quake2-3.21\ref_gl\gl_rmain.c(1228) : 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.
c:\program files\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
c:\quake2\quake2-3.21\ref_gl\gl_rmain.c(1229) : warning C4996: 'strlwr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strlwr. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\string.h(216) : see declaration of 'strlwr'
c:\quake2\quake2-3.21\ref_gl\gl_rmain.c(1535) : warning C4996: 'putenv': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _putenv. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(864) : see declaration of 'putenv'
c:\quake2\quake2-3.21\ref_gl\gl_rmain.c(1537) : warning C4996: 'putenv': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _putenv. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(864) : see declaration of 'putenv'
c:\quake2\quake2-3.21\ref_gl\gl_rmain.c(1768) : warning C4133: '=' : incompatible types - from 'int (__cdecl *)(void *,void *)' to 'qboolean (__cdecl *)(void *,void *)'
c:\quake2\quake2-3.21\ref_gl\gl_rmain.c(1791) : warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'vsprintf'
c:\quake2\quake2-3.21\ref_gl\gl_rmain.c(1803) : warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'vsprintf'
c:\quake2\quake2-3.21\ref_gl\gl_rmain.c(1456) : warning C4715: 'R_Init' : not all control paths return a value
Linking...
gl_draw.obj : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/OPT:REF' specification
Creating library .\..\debug/ref_gl.lib and object .\..\debug/ref_gl.exp
Embedding manifest...
Creating browse information file...
Microsoft Browse Information Maintenance Utility Version 9.00.21022
Copyright (C) Microsoft Corporation. All rights reserved.
|