It's just a warning. You don't have to fix it.
It means that you're converting a double to an int, so there may be data loss (e.g. if the double is 12.85, the int will be 12).
If you do want to fix it, you'd need to do something about that .9999. It looks pretty suspicious.