| | Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
image_DXT.c
..\..\src\image_DXT.c(92) : 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.
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
stb_image_aug.c
..\..\src\stb_image_aug.c(177) : 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.
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
..\..\src\stb_image_aug.c(251) : 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.
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
..\..\src\stb_image_aug.c(303) : 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.
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
..\..\src\stb_image_aug.c(1557) : 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.
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
..\..\src\stb_image_aug.c(2394) : 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.
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
..\..\src\stb_image_aug.c(2709) : 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.
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
..\..\src\stb_image_aug.c(2995) : 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.
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
..\..\src\stb_image_aug.c(3209) : 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.
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
..\..\src\stb_image_aug.c(3548) : 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.
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
..\..\src\stb_image_aug.c(3644) : 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.
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
c:\temp\md5modelloader\externals\simple opengl image library\src\stbi_DDS_aug_c.h(362) : warning C4018: '>' : signed/unsigned mismatch
c:\temp\md5modelloader\externals\simple opengl image library\src\stbi_DDS_aug_c.h(366) : warning C4018: '>' : signed/unsigned mismatch
c:\temp\md5modelloader\externals\simple opengl image library\src\stbi_DDS_aug_c.h(390) : warning C4018: '<' : signed/unsigned mismatch
c:\temp\md5modelloader\externals\simple opengl image library\src\stbi_DDS_aug_c.h(427) : warning C4018: '<' : signed/unsigned mismatch
c:\temp\md5modelloader\externals\simple opengl image library\src\stbi_DDS_aug_c.h(498) : 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.
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
SOIL.c
..\..\src\SOIL.c(1719) : warning C4018: '<=' : signed/unsigned mismatch
..\..\src\SOIL.c(1729) : warning C4018: '<' : signed/unsigned mismatch
..\..\src\SOIL.c(1841) : 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.
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
..\..\src\SOIL.c(1867) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data
image_helper.c
..\..\src\image_helper.c(325) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
..\..\src\image_helper.c(366) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\src\image_helper.c(373) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
..\..\src\image_helper.c(415) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\src\image_helper.c(422) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
Creating library...
|