Jump to content
  • 0

Will these affect future performances


chowking

Question


  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  178
  • Reputation:   16
  • Joined:  06/25/12
  • Last Seen:  

downloaded r17516 and recompiled using VS 2012 with no src modifications, compiler gave me these warnings..
 

3>  atcommand.c
3>  battle.c
3>c:\users\cyson\desktop\tro\rathena\rathena\src\map\battle.c(3704): warning C4244: '=' : conversion from 'int64' to 'int', possible loss of data
3>c:\users\cyson\desktop\tro\rathena\rathena\src\map\battle.c(3716): warning C4244: '=' : conversion from 'int64' to 'int', possible loss of data
3>  battleground.c
3>  buyingstore.c

will these warnings affect server performance or produce future errors?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  14
  • Reputation:   0
  • Joined:  08/31/13
  • Last Seen:  

same here:

 

17520\src\map\battle.c(3704): warning C4244: '=' : conversion from 'int64' to 'int', possible loss of data

17520\src\map\battle.c(3716): warning C4244: '=' : conversion from 'int64' to 'int', possible loss of data



dump!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  178
  • Reputation:   16
  • Joined:  06/25/12
  • Last Seen:  

please close, just known that this only occurs when compiler is in x86 OS, doesn't show in linux :)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...