Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. 1>------ Rebuild All started: Project: ZERO_CHECK, Configuration: Release Win32 ------
  2. 1>Deleting intermediate and output files for project 'ZERO_CHECK', configuration 'Release|Win32'
  3. 1>Checking Build System
  4. 1>CMake does not need to re-run because E:/builds/openjpegv2/vc9/CMakeFiles/generate.stamp is up-to-date.
  5. 1>CMake does not need to re-run because E:/builds/openjpegv2/vc9/libopenjpeg/CMakeFiles/generate.stamp is up-to-date.
  6. 1>Build log was saved at "file://e:\builds\openjpegv2\vc9\ZERO_CHECK.dir\Release\BuildLog.htm"
  7. 1>ZERO_CHECK - 0 error(s), 0 warning(s)
  8. 2>------ Rebuild All started: Project: openjpeg, Configuration: Release Win32 ------
  9. 2>Deleting intermediate and output files for project 'openjpeg', configuration 'Release|Win32'
  10. 2>Building Custom Rule E:/builds/openjpegv2/vc9/libopenjpeg/CMakeLists.txt
  11. 2>CMake does not need to re-run because E:\builds\openjpegv2\vc9\libopenjpeg\CMakeFiles\generate.stamp is up-to-date.
  12. 2>Compiling...
  13. 2>tcd.c
  14. 2>t2.c
  15. 2>function_list.c
  16. 2>invert.c
  17. 2>profile.c
  18. 2>.\profile.c(116) : 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.
  19. 2> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
  20. 2>tgt.c
  21. 2>t1.c
  22. 2>raw.c
  23. 2>pi.c
  24. 2>openjpeg.c
  25. 2>mqc.c
  26. 2>mct.c
  27. 2>jpt.c
  28. 2>jp2.c
  29. 2>j2k_lib.c
  30. 2>j2k.c
  31. 2>.\j2k.c(7805) : 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.
  32. 2>.\j2k.c(9329) : warning C4018: '<' : signed/unsigned mismatch
  33. 2>image.c
  34. 2>event.c
  35. 2>.\event.c(86) : 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.
  36. 2> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'vsprintf'
  37. 2>dwt.c
  38. 2>cio.c
  39. 2>Generating Code...
  40. 2>Compiling...
  41. 2>bio.c
  42. 2>Generating Code...
  43. 2>Creating library...
  44. 2>Build log was saved at "file://e:\builds\openjpegv2\vc9\libopenjpeg\openjpeg.dir\Release\BuildLog.htm"
  45. 2>openjpeg - 0 error(s), 4 warning(s)
  46. ========== Rebuild All: 2 succeeded, 0 failed, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement