Skip to content

Fix all warnings related to unused values and missing types #36

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Makosai
Copy link

@Makosai Makosai commented Mar 25, 2025

This pull request fixes the following warnings:

  • Static typing
  • Unused value

This does introduce a potentially breaking change for anyone not running Godot 4.4+. To fix all static typing going forward, a typed Dictionary was used. Typed Dictionary was something introduced in Godot 4.4 so this could break things for people. It's up to you if you'd like to remove it to maintain support for versions before 4.4. Or just rip the band-aid off and push forward! 😄 Either way, it works even if you just remove the type from it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant