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 variable i in a few places #19

Closed
Beliavsky opened this issue Aug 29, 2021 · 0 comments · Fixed by #20
Closed

Unused variable i in a few places #19

Beliavsky opened this issue Aug 29, 2021 · 0 comments · Fixed by #20

Comments

@Beliavsky
Copy link

fpm build gives

.\.\src\forlab_stats_var.f90:162:27:

  162 |         integer :: opt_w, i
      |                           1
Warning: Unused variable 'i' declared at (1) [-Wunused-variable]
.\.\src\forlab_stats_var.f90:141:27:

  141 |         integer :: opt_w, i
      |                           1
Warning: Unused variable 'i' declared at (1) [-Wunused-variable]
.\.\src\forlab_stats_var.f90:120:27:

  120 |         integer :: opt_w, i
      |                           1
Warning: Unused variable 'i' declared at (1) [-Wunused-variable]
zoziha added a commit to zoziha/forlab_z that referenced this issue Aug 30, 2021
zoziha added a commit that referenced this issue Aug 30, 2021
improve `zeros/ones` func, close #19
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 a pull request may close this issue.

1 participant