We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v4.2.dev5.mono.official [e3e2528]
Windows 10, Forward+, NVIDIA GeForce GTX 1050 Ti (31.0.15.3623)
Godot will continue to warn about integer division in the condition of an if block, even when adding an ignore command.
func _ready(): @warning_ignore("integer_division") if 1/1: pass
The following warning will continue even after you click to ignore it.
[Ignore] Line N (INTEGER_DIVISION):Integer division, decimal part will be discarded.
Copy paste the code above
N/A
The text was updated successfully, but these errors were encountered:
@warning_ignore()
Closing as #56592 is a superset of this issue. Thanks for reporting the bug nonetheless!
Sorry, something went wrong.
Thank you!
I apologize for not doing my due diligence of searching for the issue beforehand this time. Will try to remember it for next time.
No branches or pull requests
Godot version
v4.2.dev5.mono.official [e3e2528]
System information
Windows 10, Forward+, NVIDIA GeForce GTX 1050 Ti (31.0.15.3623)
Issue description
Godot will continue to warn about integer division in the condition of an if block, even when adding an ignore command.
The following warning will continue even after you click to ignore it.
Steps to reproduce
Copy paste the code above
Minimal reproduction project
N/A
The text was updated successfully, but these errors were encountered: