1>------ Build started: Project: DSConnect-server, Configuration: Debug Win32 ------
1> utils.cpp
1>c:\dsp\src\common\utils.cpp(133): warning C4244: 'return' : conversion from 'float' to 'uint8', possible loss of data
1> Generating Code...
1> Compiling...
1> login.cpp
1> lobby.cpp
1> timer.cpp
1> taskmgr.cpp
1> Generating Code...
1> DSConnect-server.vcxproj -> C:\dsp\win32\DSConnect-server\..\..\DSConnect-server.exe
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
but it did work so i don't know
same warning with search server
warning message when recompiling connect-server
Forum rules
NO LONGER BEING MAINTAINED!
NO LONGER BEING MAINTAINED!
Re: warning message when recompiling connect-server
I think you'll find that this is quite common and nothing to worry about. A uint8 is an 8 bit type with no decimal places (0-255) while a float is a much larger type that also has decimal places so anything greater than 255, less than 0, or within decimal place range would be lost.
-
- Developer
- Posts: 539
- Joined: Sun Jul 22, 2012 12:17 am
Re: warning message when recompiling connect-server
This one's fairly harmless. If I remember right, it has to do with the character's pos_rot field, so you might log in facing a slightly different direction than expected.
It's the sort of thing we should eventually fix, but right now there are bigger fish (crashes) to pay attention to.
It's the sort of thing we should eventually fix, but right now there are bigger fish (crashes) to pay attention to.
Test Server: Hanekawa | Fantasy World: Naito
An occasionally updated list of what works
Bugs reports go here. | Project chat here.
Things I've found, but don't plan to work on.
An occasionally updated list of what works
Bugs reports go here. | Project chat here.
Things I've found, but don't plan to work on.