ga.plg
上传用户:helpmateqq
上传日期:2013-03-23
资源大小:86k
文件大小:3k
开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: ga - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSPB6.tmp" with contents
  10. [
  11. /nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/ga.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ  /c 
  12. "F:myvcgasga.c"
  13. ]
  14. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSPB6.tmp" 
  15. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSPB7.tmp" with contents
  16. [
  17. kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib  kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/ga.pdb" /debug /machine:I386 /out:"Debug/ga.exe" /pdbtype:sept 
  18. .Debugsga.obj
  19. ]
  20. Creating command line "link.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSPB7.tmp"
  21. <h3>Output Window</h3>
  22. Compiling...
  23. sga.c
  24. F:myvcgasga.c(113) : warning C4305: '=' : truncation from 'const double ' to 'float '
  25. F:myvcgasga.c(114) : warning C4305: '=' : truncation from 'const double ' to 'float '
  26. F:myvcgasga.c(115) : warning C4305: '=' : truncation from 'const double ' to 'float '
  27. F:myvcgasga.c(116) : warning C4305: '=' : truncation from 'const double ' to 'float '
  28. F:myvcgasga.c(117) : warning C4305: '=' : truncation from 'const double ' to 'float '
  29. F:myvcgasga.c(118) : warning C4305: '=' : truncation from 'const double ' to 'float '
  30. F:myvcgasga.c(103) : warning C4101: 'answer' : unreferenced local variable
  31. F:myvcgasga.c(183) : warning C4244: '=' : conversion from 'double ' to 'float ', possible loss of data
  32. F:myvcgasga.c(191) : warning C4244: '=' : conversion from 'double ' to 'float ', possible loss of data
  33. F:myvcgasga.c(242) : warning C4013: 'free' undefined; assuming extern returning int
  34. F:myvcgasga.c(254) : warning C4013: 'exit' undefined; assuming extern returning int
  35. F:myvcgasga.c(354) : warning C4244: '+=' : conversion from 'double ' to 'float ', possible loss of data
  36. F:myvcgasga.c(478) : warning C4244: '=' : conversion from 'double ' to 'float ', possible loss of data
  37. F:myvcgasga.c(489) : warning C4018: '>=' : signed/unsigned mismatch
  38. F:myvcgasga.c(494) : warning C4018: '<' : signed/unsigned mismatch
  39. F:myvcgasga.c(494) : warning C4018: '>' : signed/unsigned mismatch
  40. F:myvcgasga.c(497) : warning C4018: '<=' : signed/unsigned mismatch
  41. F:myvcgasga.c(602) : warning C4244: '=' : conversion from 'float ' to 'int ', possible loss of data
  42. Linking...
  43. <h3>Results</h3>
  44. ga.exe - 0 error(s), 18 warning(s)
  45. </pre>
  46. </body>
  47. </html>