char_sql.plg 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: char_sql - Win32 Release--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPA3.tmp" with contents
  10. [
  11. /nologo /ML /W3 /GX /O2 /I "..\..\src\common" /I "..\..\src\mysql" /D "WIN32" /D "_DEBUG" /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/char_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\char_sql\char.c"
  28. "D:\~eAthena\Trunk\src\char_sql\int_guild.c"
  29. "D:\~eAthena\Trunk\src\char_sql\int_party.c"
  30. "D:\~eAthena\Trunk\src\char_sql\int_pet.c"
  31. "D:\~eAthena\Trunk\src\char_sql\int_storage.c"
  32. "D:\~eAthena\Trunk\src\char_sql\inter.c"
  33. "D:\~eAthena\Trunk\src\char_sql\itemdb.c"
  34. "D:\~eAthena\Trunk\src\zlib\ioapi.c"
  35. "D:\~eAthena\Trunk\src\zlib\iowin32.c"
  36. "D:\~eAthena\Trunk\src\zlib\unzip.c"
  37. ]
  38. Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPA3.tmp"
  39. Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPA4.tmp" with contents
  40. [
  41. 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/char_sql.pdb" /machine:I386 /out:"../../char_sql.exe" /libpath:"../../lib"
  42. ".\Release\core.obj"
  43. ".\Release\db.obj"
  44. ".\Release\ers.obj"
  45. ".\Release\graph.obj"
  46. ".\Release\grfio.obj"
  47. ".\Release\lock.obj"
  48. ".\Release\malloc.obj"
  49. ".\Release\mapindex.obj"
  50. ".\Release\nullpo.obj"
  51. ".\Release\plugins.obj"
  52. ".\Release\showmsg.obj"
  53. ".\Release\socket.obj"
  54. ".\Release\strlib.obj"
  55. ".\Release\timer.obj"
  56. ".\Release\utils.obj"
  57. ".\Release\char.obj"
  58. ".\Release\int_guild.obj"
  59. ".\Release\int_party.obj"
  60. ".\Release\int_pet.obj"
  61. ".\Release\int_storage.obj"
  62. ".\Release\inter.obj"
  63. ".\Release\itemdb.obj"
  64. ".\Release\ioapi.obj"
  65. ".\Release\iowin32.obj"
  66. ".\Release\unzip.obj"
  67. ]
  68. Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPA4.tmp"
  69. <h3>Output Window</h3>
  70. Compiling...
  71. core.c
  72. db.c
  73. D:\~eAthena\Trunk\src\common\db.c(1996) : warning C4550: expression evaluates to a function which is missing an argument list
  74. D:\~eAthena\Trunk\src\common\db.c(1997) : warning C4550: expression evaluates to a function which is missing an argument list
  75. D:\~eAthena\Trunk\src\common\db.c(1998) : warning C4550: expression evaluates to a function which is missing an argument list
  76. D:\~eAthena\Trunk\src\common\db.c(1999) : warning C4550: expression evaluates to a function which is missing an argument list
  77. D:\~eAthena\Trunk\src\common\db.c(2024) : warning C4550: expression evaluates to a function which is missing an argument list
  78. D:\~eAthena\Trunk\src\common\db.c(2025) : warning C4550: expression evaluates to a function which is missing an argument list
  79. D:\~eAthena\Trunk\src\common\db.c(2026) : warning C4550: expression evaluates to a function which is missing an argument list
  80. D:\~eAthena\Trunk\src\common\db.c(2027) : warning C4550: expression evaluates to a function which is missing an argument list
  81. D:\~eAthena\Trunk\src\common\db.c(2061) : warning C4550: expression evaluates to a function which is missing an argument list
  82. D:\~eAthena\Trunk\src\common\db.c(2062) : warning C4550: expression evaluates to a function which is missing an argument list
  83. D:\~eAthena\Trunk\src\common\db.c(2065) : warning C4550: expression evaluates to a function which is missing an argument list
  84. D:\~eAthena\Trunk\src\common\db.c(2066) : warning C4550: expression evaluates to a function which is missing an argument list
  85. D:\~eAthena\Trunk\src\common\db.c(2089) : warning C4550: expression evaluates to a function which is missing an argument list
  86. D:\~eAthena\Trunk\src\common\db.c(2090) : warning C4550: expression evaluates to a function which is missing an argument list
  87. D:\~eAthena\Trunk\src\common\db.c(2091) : warning C4550: expression evaluates to a function which is missing an argument list
  88. D:\~eAthena\Trunk\src\common\db.c(2092) : warning C4550: expression evaluates to a function which is missing an argument list
  89. ers.c
  90. graph.c
  91. grfio.c
  92. D:\~eAthena\Trunk\src\common\grfio.c(625) : warning C4018: '!=' : signed/unsigned mismatch
  93. lock.c
  94. malloc.c
  95. mapindex.c
  96. nullpo.c
  97. plugins.c
  98. showmsg.c
  99. socket.c
  100. D:\~eAthena\Trunk\src\common\socket.c(153) : warning C4018: '==' : signed/unsigned mismatch
  101. D:\~eAthena\Trunk\src\common\socket.c(215) : warning C4018: '==' : signed/unsigned mismatch
  102. D:\~eAthena\Trunk\src\common\socket.c(665) : warning C4018: '==' : signed/unsigned mismatch
  103. D:\~eAthena\Trunk\src\common\socket.c(780) : warning C4018: '==' : signed/unsigned mismatch
  104. D:\~eAthena\Trunk\src\common\socket.c(819) : warning C4018: '==' : signed/unsigned mismatch
  105. D:\~eAthena\Trunk\src\common\socket.c(837) : warning C4018: '==' : signed/unsigned mismatch
  106. D:\~eAthena\Trunk\src\common\socket.c(842) : warning C4018: '==' : signed/unsigned mismatch
  107. D:\~eAthena\Trunk\src\common\socket.c(844) : warning C4018: '==' : signed/unsigned mismatch
  108. strlib.c
  109. timer.c
  110. utils.c
  111. char.c
  112. D:\~eAthena\Trunk\src\char_sql\char.c(1835) : warning C4018: '==' : signed/unsigned mismatch
  113. D:\~eAthena\Trunk\src\char_sql\char.c(1871) : warning C4018: '==' : signed/unsigned mismatch
  114. D:\~eAthena\Trunk\src\char_sql\char.c(1895) : warning C4018: '==' : signed/unsigned mismatch
  115. D:\~eAthena\Trunk\src\char_sql\char.c(2062) : warning C4018: '==' : signed/unsigned mismatch
  116. D:\~eAthena\Trunk\src\char_sql\char.c(2104) : warning C4018: '==' : signed/unsigned mismatch
  117. D:\~eAthena\Trunk\src\char_sql\char.c(3126) : warning C4018: '==' : signed/unsigned mismatch
  118. int_guild.c
  119. int_party.c
  120. int_pet.c
  121. int_storage.c
  122. inter.c
  123. itemdb.c
  124. ioapi.c
  125. iowin32.c
  126. unzip.c
  127. Linking...
  128. LINK : warning LNK4089: all references to "zlib1.dll" discarded by /OPT:REF
  129. <h3>Results</h3>
  130. char_sql.exe - 0 error(s), 32 warning(s)
  131. </pre>
  132. </body>
  133. </html>