sony0108 Posted May 7, 2024 Posted May 7, 2024 How can I solve this, this action appears when recompiling Centos 7 Quote
0 Chaos92 Posted May 7, 2024 Posted May 7, 2024 2 hours ago, sony0108 said: How can I solve this, this action appears when recompiling Centos 7 that is just a warning. issues has been created here : https://github.com/rathena/rathena/issues/8177. Quote
0 sony0108 Posted May 7, 2024 Author Posted May 7, 2024 15 horas atrás, Chaos92 disse: isso é apenas um aviso. problemas foram criados aqui: https://github.com/rathena/rathena/issues/8177 . But it is something that can affect the server, this warning came now with git, but recently from rAthena. Quote
0 Tokei Posted May 7, 2024 Posted May 7, 2024 45 minutes ago, sony0108 said: But it is something that can affect the server, this warning came now with git, but recently from rAthena. It's a silly error either way. A signed value is converted to an unsigned value in this scenario, and since there is a comparison of n > -1 right prior the other check, then the comparison cannot fail (as both values are positive). Plus it's not like a string length would be 2B+ in length to begin with... you'd probably have to be more concerned about memory usage at this point. As @Chaos92 mentioned, the issue is on rAthena. It'll get fixed eventually. Quote
Question
sony0108
How can I solve this, this action appears when recompiling Centos 7
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.