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~1TempRSPDA.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~1TempRSPDA.tmp" 
  15. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSPDB.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~1TempRSPDB.tmp"
  21. <h3>Output Window</h3>
  22. Compiling...
  23. sga.c
  24. f:myvcgasga.c(108) : warning C4305: '=' : truncation from 'const double ' to 'float '
  25. f:myvcgasga.c(109) : warning C4305: '=' : truncation from 'const double ' to 'float '
  26. f:myvcgasga.c(98) : warning C4101: 'answer' : unreferenced local variable
  27. f:myvcgasga.c(216) : warning C4013: 'free' undefined; assuming extern returning int
  28. f:myvcgasga.c(228) : warning C4013: 'exit' undefined; assuming extern returning int
  29. f:myvcgasga.c(328) : warning C4244: '+=' : conversion from 'double ' to 'float ', possible loss of data
  30. f:myvcgasga.c(469) : warning C4018: '>=' : signed/unsigned mismatch
  31. f:myvcgasga.c(474) : warning C4018: '<' : signed/unsigned mismatch
  32. f:myvcgasga.c(474) : warning C4018: '>' : signed/unsigned mismatch
  33. f:myvcgasga.c(477) : warning C4018: '<=' : signed/unsigned mismatch
  34. f:myvcgasga.c(495) : warning C4018: '>=' : signed/unsigned mismatch
  35. f:myvcgasga.c(500) : warning C4018: '<' : signed/unsigned mismatch
  36. f:myvcgasga.c(500) : warning C4018: '>' : signed/unsigned mismatch
  37. f:myvcgasga.c(503) : warning C4018: '<=' : signed/unsigned mismatch
  38. f:myvcgasga.c(521) : warning C4018: '>=' : signed/unsigned mismatch
  39. f:myvcgasga.c(526) : warning C4018: '<' : signed/unsigned mismatch
  40. f:myvcgasga.c(526) : warning C4018: '>' : signed/unsigned mismatch
  41. f:myvcgasga.c(529) : warning C4018: '<=' : signed/unsigned mismatch
  42. f:myvcgasga.c(634) : warning C4244: '=' : conversion from 'float ' to 'int ', possible loss of data
  43. Linking...
  44. <h3>Results</h3>
  45. ga.exe - 0 error(s), 19 warning(s)
  46. </pre>
  47. </body>
  48. </html>