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 parameters and variable #19

Open
blainNTIA opened this issue Sep 26, 2024 · 0 comments
Open

Unused parameters and variable #19

blainNTIA opened this issue Sep 26, 2024 · 0 comments

Comments

@blainNTIA
Copy link

There are a handful of unused function arguments and an unused variable that we should consider removing.

Severity Code Description File Line
Warning C4100 'path': unreferenced formal parameter src\p528\LineOfSight.cpp 5
Warning C4100 'path': unreferenced formal parameter src\p528\LineOfSight.cpp 36
Warning C4100 'path': unreferenced formal parameter src\p528\LineOfSight.cpp 58
Warning C4100 'path': unreferenced formal parameter src\p528\Troposcatter.cpp 21
Warning C4189 'rtn': local variable is initialized but not referenced src\p528\ValidateInputs.cpp 24
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

1 participant