View Single Post
  #4  
Old 04-18-2014, 07:06 PM
SoltanHeatwave
Hill Giant
 
Join Date: Nov 2013
Location: Eastern US
Posts: 120
Default

And...

..\..\common\patches\Underfoot.cpp(660): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
..\..\common\patches\Underfoot.cpp(1062): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\common\patches\Underfoot.cpp(1825): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
..\..\common\patches\Underfoot.cpp(1847): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
..\..\common\patches\Underfoot.cpp(1850): warning C4244: '=' : conversion from 'uint16' to 'uint8', possible loss of data
..\..\common\patches\Underfoot.cpp(333: warning C4244: '=' : conversion from 'float' to 'uint32', possible loss of data
..\..\common\patches\Underfoot.cpp(3940): warning C4244: 'initializing' : conversion from 'std::streamoff' to 'unsigned int', possible loss of data
..\..\common\patches\Underfoot.cpp(3941): warning C4244: 'argument' : conversion from 'std::streamoff' to 'size_t', possible loss of data
..\..\common\patches\Underfoot.cpp(3942): warning C4244: 'argument' : conversion from 'std::streamoff' to 'size_t', possible loss of data
..\..\common\patches\Underfoot.cpp(3944): warning C4244: '=' : conversion from 'std::streamoff' to 'uint32', possible loss of data
Base64.cpp
File.cpp
HttpdCookies.cpp
HttpdForm.cpp
HttpdSocket.cpp
HTTPSocket.cpp
MemFile.cpp
Mime.cpp
Parse.cpp
socket_include.cpp
Generating Code...
c:\eq\source\common\socketlib\httpsocket.cpp(115): warning C4715: 'HTTPSocket::ProcessReceivedData' : not all control paths return a value
Compiling...
Utility.cpp
StackWalker.cpp
..\..\common\StackWalker\StackWalker.cpp(120: warning C4996: 'GetVersionExA': was declared deprecated
C:\Program Files (x86)\Windows Kits\8.1\Include\um\sysinfoapi.h(433) : see declaration of 'GetVersionExA'
tinystr.cpp
tinyxml.cpp
tinyxmlerror.cpp
tinyxmlparser.cpp
Generating Code...
guilds.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library
Common.vcxproj -> C:\EQ\Source\Build\Bin\Debug\Common.lib
------ Build started: Project: eqlaunch, Configuration: Debug Win32 ------
Building Custom Rule C:/EQ/Source/eqlaunch/CMakeLists.txt
CMake does not need to re-run because C:\EQ\Source\Build\eqlaunch\CMakeFiles\generate.st amp is up-to-date.
eqlaunch.cpp
worldserver.cpp
ZoneLaunch.cpp
Generating Code...
eqlaunch.vcxproj -> C:\EQ\Source\Build\Bin\Debug\eqlaunch.exe
------ Build started: Project: export_client_files, Configuration: Debug Win32 ------
Building Custom Rule C:/EQ/Source/client_files/export/CMakeLists.txt
CMake does not need to re-run because C:\EQ\Source\Build\client_files\export\CMakeFiles\ generate.stamp is up-to-date.
main.cpp
export_client_files.vcxproj -> C:\EQ\Source\Build\Bin\Debug\export_client_files.e xe
------ Build started: Project: import_client_files, Configuration: Debug Win32 ------
Building Custom Rule C:/EQ/Source/client_files/import/CMakeLists.txt
CMake does not need to re-run because C:\EQ\Source\Build\client_files\import\CMakeFiles\ generate.stamp is up-to-date.
main.cpp
import_client_files.vcxproj -> C:\EQ\Source\Build\Bin\Debug\import_client_files.e xe
------ Build started: Project: queryserv, Configuration: Debug Win32 ------
Building Custom Rule C:/EQ/Source/queryserv/CMakeLists.txt
CMake does not need to re-run because C:\EQ\Source\Build\queryserv\CMakeFiles\generate.s tamp is up-to-date.
database.cpp
..\..\queryserv\database.cpp(172): warning C4018: '<' : signed/unsigned mismatch
..\..\queryserv\database.cpp(202): warning C4018: '<' : signed/unsigned mismatch
..\..\queryserv\database.cpp(226): warning C4018: '<' : signed/unsigned mismatch
..\..\queryserv\database.cpp(249): warning C4018: '<' : signed/unsigned mismatch
..\..\queryserv\database.cpp(277): warning C4018: '<' : signed/unsigned mismatch
..\..\queryserv\database.cpp(30: warning C4018: '<' : signed/unsigned mismatch
lfguild.cpp
..\..\queryserv\lfguild.cpp(265): warning C4244: 'initializing' : conversion from 'time_t' to 'uint32', possible loss of data
..\..\queryserv\lfguild.cpp(316): warning C4244: 'initializing' : conversion from 'time_t' to 'uint32', possible loss of data
queryserv.cpp
queryservconfig.cpp
worldserver.cpp
Generating Code...
queryserv.vcxproj -> C:\EQ\Source\Build\Bin\Debug\queryserv.exe
Reply With Quote