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

And....

------ Build started: Project: shared_memory, Configuration: Debug Win32 ------
Building Custom Rule C:/EQ/Source/shared_memory/CMakeLists.txt
CMake does not need to re-run because C:\EQ\Source\Build\shared_memory\CMakeFiles\genera te.stamp is up-to-date.
base_data.cpp
items.cpp
loot.cpp
main.cpp
npc_faction.cpp
spells.cpp
skill_caps.cpp
Generating Code...
shared_memory.vcxproj -> C:\EQ\Source\Build\Bin\Debug\shared_memory.exe
------ Build started: Project: ucs, Configuration: Debug Win32 ------
Building Custom Rule C:/EQ/Source/ucs/CMakeLists.txt
CMake does not need to re-run because C:\EQ\Source\Build\ucs\CMakeFiles\generate.stamp is up-to-date.
chatchannel.cpp
clientlist.cpp
..\..\ucs\clientlist.cpp(100: warning C4018: '<' : signed/unsigned mismatch
..\..\ucs\clientlist.cpp(1310): warning C4018: '<' : signed/unsigned mismatch
..\..\ucs\clientlist.cpp(1313): warning C4018: '<' : signed/unsigned mismatch
..\..\ucs\clientlist.cpp(1423): warning C4018: '<' : signed/unsigned mismatch
..\..\ucs\clientlist.cpp(1426): warning C4018: '<' : signed/unsigned mismatch
database.cpp
..\..\ucs\database.cpp(405): warning C4244: 'initializing' : conversion from 'my_ulonglong' to 'uint32', possible loss of data
..\..\ucs\database.cpp(584): warning C4244: 'initializing' : conversion from 'time_t' to 'int', possible loss of data
ucs.cpp
ucsconfig.cpp
worldserver.cpp
Generating Code...
ucs.vcxproj -> C:\EQ\Source\Build\Bin\Debug\ucs.exe
------ Build started: Project: world, Configuration: Debug Win32 ------
Building Custom Rule C:/EQ/Source/world/CMakeLists.txt
CMake does not need to re-run because C:\EQ\Source\Build\world\CMakeFiles\generate.stamp is up-to-date.
Adventure.cpp
..\..\world\Adventure.cpp(401): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
..\..\world\Adventure.cpp(402): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
AdventureManager.cpp
..\..\world\AdventureManager.cpp(391): warning C4018: '<' : signed/unsigned mismatch
..\..\world\AdventureManager.cpp(409): warning C4018: '<' : signed/unsigned mismatch
..\..\world\AdventureManager.cpp(661): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
..\..\world\AdventureManager.cpp(667): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\world\AdventureManager.cpp(66: warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\world\AdventureManager.cpp(669): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\world\AdventureManager.cpp(670): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\world\AdventureManager.cpp(67: warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\world\AdventureManager.cpp(679): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\world\AdventureManager.cpp(681): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\world\AdventureManager.cpp(682): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\world\AdventureManager.cpp(683): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\world\AdventureManager.cpp(684): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\world\AdventureManager.cpp(686): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\world\AdventureManager.cpp(687): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\world\AdventureManager.cpp(68: warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\world\AdventureManager.cpp(689): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\world\AdventureManager.cpp(934): warning C4244: '=' : conversion from 'const float' to 'int', possible loss of data
..\..\world\AdventureManager.cpp(935): warning C4244: '=' : conversion from 'const float' to 'int', possible loss of data
..\..\world\AdventureManager.cpp(936): warning C4244: '=' : conversion from 'const float' to 'int', possible loss of data
..\..\world\AdventureManager.cpp(937): warning C4244: '=' : conversion from 'const float' to 'int', possible loss of data
..\..\world\AdventureManager.cpp(93: warning C4244: '=' : conversion from 'const float' to 'int', possible loss of data
..\..\world\AdventureManager.cpp(939): warning C4244: '=' : conversion from 'const float' to 'int', possible loss of data
..\..\world\AdventureManager.cpp(940): warning C4244: '=' : conversion from 'const float' to 'int', possible loss of data
..\..\world\AdventureManager.cpp(941): warning C4244: '=' : conversion from 'const float' to 'int', possible loss of data
client.cpp
..\..\world\client.cpp(615): warning C4018: '<' : signed/unsigned mismatch
..\..\world\client.cpp(62: warning C4018: '<' : signed/unsigned mismatch
..\..\world\client.cpp(1431): warning C4244: '=' : conversion from 'time_t' to 'uint32', possible loss of data
..\..\world\client.cpp(1432): warning C4244: '=' : conversion from 'time_t' to 'uint32', possible loss of data
cliententry.cpp
clientlist.cpp
console.cpp
Reply With Quote