| | Compiling...
gl_rmain.c
.\gl_rmain.c(1096) : warning C4057: 'function' : 'int *' differs in indirection to slightly different base types from 'unsigned int *'
.\gl_rmain.c(1096) : warning C4057: 'function' : 'int *' differs in indirection to slightly different base types from 'unsigned int *'
.\gl_rmain.c(1107) : warning C4057: 'function' : 'int *' differs in indirection to slightly different base types from 'unsigned int *'
.\gl_rmain.c(1107) : warning C4057: 'function' : 'int *' differs in indirection to slightly different base types from 'unsigned int *'
.\gl_rmain.c(1118) : warning C4057: 'function' : 'int *' differs in indirection to slightly different base types from 'unsigned int *'
.\gl_rmain.c(1118) : warning C4057: 'function' : 'int *' differs in indirection to slightly different base types from 'unsigned int *'
.\gl_rmain.c(1182) : warning C4057: '=' : 'const char *' differs in indirection to slightly different base types from 'const GLubyte *'
.\gl_rmain.c(1184) : warning C4057: '=' : 'const char *' differs in indirection to slightly different base types from 'const GLubyte *'
.\gl_rmain.c(1186) : warning C4057: '=' : 'const char *' differs in indirection to slightly different base types from 'const GLubyte *'
.\gl_rmain.c(1188) : warning C4057: '=' : 'const char *' differs in indirection to slightly different base types from 'const GLubyte *'
.\gl_rmain.c(1191) : 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.
.\gl_rmain.c(1192) : 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'
.\gl_rmain.c(1194) : 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.
.\gl_rmain.c(1195) : 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'
.\gl_rmain.c(1283) : warning C4054: 'type cast' : from function pointer 'PROC' to data pointer 'void *'
.\gl_rmain.c(1283) : warning C4152: nonstandard extension, function/data pointer conversion in expression
.\gl_rmain.c(1284) : warning C4054: 'type cast' : from function pointer 'PROC' to data pointer 'void *'
.\gl_rmain.c(1284) : warning C4152: nonstandard extension, function/data pointer conversion in expression
.\gl_rmain.c(1365) : warning C4054: 'type cast' : from function pointer 'PROC' to data pointer 'void *'
.\gl_rmain.c(1365) : warning C4152: nonstandard extension, function/data pointer conversion in expression
.\gl_rmain.c(1366) : warning C4054: 'type cast' : from function pointer 'PROC' to data pointer 'void *'
.\gl_rmain.c(1366) : warning C4152: nonstandard extension, function/data pointer conversion in expression
.\gl_rmain.c(1367) : warning C4054: 'type cast' : from function pointer 'PROC' to data pointer 'void *'
.\gl_rmain.c(1367) : warning C4152: nonstandard extension, function/data pointer conversion in expression
.\gl_rmain.c(1390) : warning C4054: 'type cast' : from function pointer 'PROC' to data pointer 'void *'
.\gl_rmain.c(1390) : warning C4152: nonstandard extension, function/data pointer conversion in expression
.\gl_rmain.c(1391) : warning C4054: 'type cast' : from function pointer 'PROC' to data pointer 'void *'
.\gl_rmain.c(1391) : warning C4152: nonstandard extension, function/data pointer conversion in expression
.\gl_rmain.c(1501) : 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'
.\gl_rmain.c(1503) : 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'
.\gl_rmain.c(1733) : warning C4133: '=' : incompatible types - from 'int (__cdecl *)(void *,void *)' to 'qboolean (__cdecl *)(void *,void *)'
.\gl_rmain.c(1756) : 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'
.\gl_rmain.c(1768) : 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(1422) : warning C4715: 'R_Init' : not all control paths return a value
Linking...
Creating library .\..\release/ref_gl.lib and object .\..\release/ref_gl.exp
Embedding manifest...
|