login_sql.plg 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: login_sql - Win32 Release--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPA9.tmp" with contents
  10. [
  11. /nologo /ML /W3 /GX /O2 /I "..\..\src\common" /I "..\..\src\mysql" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_WIN32" /D PACKETVER=6 /D "NEW_006b" /D "__WIN32" /D "LOCALZLIB" /D FD_SETSIZE=4096 /D "DB_MANUAL_CAST_TO_UNION" /Fp"Release/login_sql.pch" /YX /Fo"Release/" /Fd"Release/" /FD /c
  12. "D:\~eAthena\Trunk\src\common\core.c"
  13. "D:\~eAthena\Trunk\src\common\db.c"
  14. "D:\~eAthena\Trunk\src\common\ers.c"
  15. "D:\~eAthena\Trunk\src\common\graph.c"
  16. "D:\~eAthena\Trunk\src\common\grfio.c"
  17. "D:\~eAthena\Trunk\src\common\lock.c"
  18. "D:\~eAthena\Trunk\src\common\malloc.c"
  19. "D:\~eAthena\Trunk\src\common\mapindex.c"
  20. "D:\~eAthena\Trunk\src\common\nullpo.c"
  21. "D:\~eAthena\Trunk\src\common\plugins.c"
  22. "D:\~eAthena\Trunk\src\common\showmsg.c"
  23. "D:\~eAthena\Trunk\src\common\socket.c"
  24. "D:\~eAthena\Trunk\src\common\strlib.c"
  25. "D:\~eAthena\Trunk\src\common\timer.c"
  26. "D:\~eAthena\Trunk\src\common\utils.c"
  27. "D:\~eAthena\Trunk\src\login_sql\login.c"
  28. "D:\~eAthena\Trunk\src\login_sql\md5calc.c"
  29. "D:\~eAthena\Trunk\src\zlib\ioapi.c"
  30. "D:\~eAthena\Trunk\src\zlib\iowin32.c"
  31. "D:\~eAthena\Trunk\src\zlib\unzip.c"
  32. ]
  33. Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPA9.tmp"
  34. Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPAA.tmp" with contents
  35. [
  36. kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib WSOCK32.lib zdll.lib libmysql.lib /nologo /subsystem:console /incremental:no /pdb:"Release/login-server_sql.pdb" /machine:I386 /out:"../../login-server_sql.exe" /libpath:"../../lib"
  37. ".\Release\core.obj"
  38. ".\Release\db.obj"
  39. ".\Release\ers.obj"
  40. ".\Release\graph.obj"
  41. ".\Release\grfio.obj"
  42. ".\Release\lock.obj"
  43. ".\Release\malloc.obj"
  44. ".\Release\mapindex.obj"
  45. ".\Release\nullpo.obj"
  46. ".\Release\plugins.obj"
  47. ".\Release\showmsg.obj"
  48. ".\Release\socket.obj"
  49. ".\Release\strlib.obj"
  50. ".\Release\timer.obj"
  51. ".\Release\utils.obj"
  52. ".\Release\login.obj"
  53. ".\Release\md5calc.obj"
  54. ".\Release\ioapi.obj"
  55. ".\Release\iowin32.obj"
  56. ".\Release\unzip.obj"
  57. ]
  58. Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPAA.tmp"
  59. <h3>Output Window</h3>
  60. Compiling...
  61. core.c
  62. db.c
  63. D:\~eAthena\Trunk\src\common\db.c(1996) : warning C4550: expression evaluates to a function which is missing an argument list
  64. D:\~eAthena\Trunk\src\common\db.c(1997) : warning C4550: expression evaluates to a function which is missing an argument list
  65. D:\~eAthena\Trunk\src\common\db.c(1998) : warning C4550: expression evaluates to a function which is missing an argument list
  66. D:\~eAthena\Trunk\src\common\db.c(1999) : warning C4550: expression evaluates to a function which is missing an argument list
  67. D:\~eAthena\Trunk\src\common\db.c(2024) : warning C4550: expression evaluates to a function which is missing an argument list
  68. D:\~eAthena\Trunk\src\common\db.c(2025) : warning C4550: expression evaluates to a function which is missing an argument list
  69. D:\~eAthena\Trunk\src\common\db.c(2026) : warning C4550: expression evaluates to a function which is missing an argument list
  70. D:\~eAthena\Trunk\src\common\db.c(2027) : warning C4550: expression evaluates to a function which is missing an argument list
  71. D:\~eAthena\Trunk\src\common\db.c(2061) : warning C4550: expression evaluates to a function which is missing an argument list
  72. D:\~eAthena\Trunk\src\common\db.c(2062) : warning C4550: expression evaluates to a function which is missing an argument list
  73. D:\~eAthena\Trunk\src\common\db.c(2065) : warning C4550: expression evaluates to a function which is missing an argument list
  74. D:\~eAthena\Trunk\src\common\db.c(2066) : warning C4550: expression evaluates to a function which is missing an argument list
  75. D:\~eAthena\Trunk\src\common\db.c(2089) : warning C4550: expression evaluates to a function which is missing an argument list
  76. D:\~eAthena\Trunk\src\common\db.c(2090) : warning C4550: expression evaluates to a function which is missing an argument list
  77. D:\~eAthena\Trunk\src\common\db.c(2091) : warning C4550: expression evaluates to a function which is missing an argument list
  78. D:\~eAthena\Trunk\src\common\db.c(2092) : warning C4550: expression evaluates to a function which is missing an argument list
  79. ers.c
  80. graph.c
  81. grfio.c
  82. D:\~eAthena\Trunk\src\common\grfio.c(625) : warning C4018: '!=' : signed/unsigned mismatch
  83. lock.c
  84. malloc.c
  85. mapindex.c
  86. nullpo.c
  87. plugins.c
  88. showmsg.c
  89. socket.c
  90. D:\~eAthena\Trunk\src\common\socket.c(153) : warning C4018: '==' : signed/unsigned mismatch
  91. D:\~eAthena\Trunk\src\common\socket.c(215) : warning C4018: '==' : signed/unsigned mismatch
  92. D:\~eAthena\Trunk\src\common\socket.c(665) : warning C4018: '==' : signed/unsigned mismatch
  93. D:\~eAthena\Trunk\src\common\socket.c(780) : warning C4018: '==' : signed/unsigned mismatch
  94. D:\~eAthena\Trunk\src\common\socket.c(819) : warning C4018: '==' : signed/unsigned mismatch
  95. D:\~eAthena\Trunk\src\common\socket.c(837) : warning C4018: '==' : signed/unsigned mismatch
  96. D:\~eAthena\Trunk\src\common\socket.c(842) : warning C4018: '==' : signed/unsigned mismatch
  97. D:\~eAthena\Trunk\src\common\socket.c(844) : warning C4018: '==' : signed/unsigned mismatch
  98. strlib.c
  99. timer.c
  100. utils.c
  101. login.c
  102. D:\~eAthena\Trunk\src\login_sql\login.c(970) : warning C4018: '==' : signed/unsigned mismatch
  103. D:\~eAthena\Trunk\src\login_sql\login.c(972) : warning C4018: '==' : signed/unsigned mismatch
  104. D:\~eAthena\Trunk\src\login_sql\login.c(976) : warning C4018: '==' : signed/unsigned mismatch
  105. D:\~eAthena\Trunk\src\login_sql\login.c(1021) : warning C4018: '!=' : signed/unsigned mismatch
  106. md5calc.c
  107. ioapi.c
  108. iowin32.c
  109. unzip.c
  110. Linking...
  111. LINK : warning LNK4089: all references to "zlib1.dll" discarded by /OPT:REF
  112. <h3>Results</h3>
  113. login-server_sql.exe - 0 error(s), 30 warning(s)
  114. </pre>
  115. </body>
  116. </html>