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

Unused Variables #32

Closed
Fyb3roptik opened this issue Jul 8, 2024 · 2 comments
Closed

Unused Variables #32

Fyb3roptik opened this issue Jul 8, 2024 · 2 comments

Comments

@Fyb3roptik
Copy link

Getting quite a few unused variable warnings

BRIGHTSCRIPT: WARNING: unused variable 'launchdarklylocalcounter' in anonymous function in pkg:/source/LaunchDarkly.brs(1024)
BRIGHTSCRIPT: WARNING: unused variable 'launchdarklyparamcipherkey' in function 'launchdarklyplaintextreader' in pkg:/source/LaunchDarkly.brs(1672)
BRIGHTSCRIPT: WARNING: unused variable 'launchdarklyparamauthkey' in function 'launchdarklyplaintextreader' in pkg:/source/LaunchDarkly.brs(1672)
BRIGHTSCRIPT: WARNING: unused variable 'launchdarklyparammessage' in anonymous function in pkg:/source/LaunchDarkly.brs(3138)
BRIGHTSCRIPT: WARNING: unused variable 'launchdarklylocalcipherkeybuffer' in anonymous function in pkg:/source/LaunchDarkly.brs(3183)
BRIGHTSCRIPT: WARNING: unused variable 'launchdarklylocalauthkeybuffer' in anonymous function in pkg:/source/LaunchDarkly.brs(3183)
BRIGHTSCRIPT: WARNING: unused variable 'launchdarklylocalhostname' in anonymous function in pkg:/source/LaunchDarkly.brs(3183)
@keelerm84
Copy link
Member

Thank you for raising this concern. I have a PR (#33) open to address this. I will let you know once we have cut a release for this.

@keelerm84
Copy link
Member

Fixed in v2.1.2

Thank you again for reporting this. Have a great week!

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

No branches or pull requests

2 participants