Skip to content
New issue

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

GDScript: Don't warn about RETURN_VALUE_DISCARDED by default #69002

Commits on Nov 22, 2022

  1. GDScript: Don't warn about RETURN_VALUE_DISCARDED by default

    This happens too often with normal usage of the API.
    The warning can still be useful to find actual bugs where discarding the return
    value wasn't intentional, but this should stay enabled manually, at least until
    we either improve the API to remove false positives, or improve the warning (e.g.
    to only warn about unused return value on const functions).
    akien-mga committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    4abbb2d View commit details
    Browse the repository at this point in the history