We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for the project.
>gfortran -c -Wextra -Wall ogpf.f90 ogpf.f90:1348:20: 1348 | integer:: j | 1 Warning: Unused variable 'j' declared at (1) [-Wunused-variable] ogpf.f90:1345:22: 1345 | integer:: ncx | 1 Warning: Unused variable 'ncx' declared at (1) [-Wunused-variable]
The text was updated successfully, but these errors were encountered:
>gfortran -Werror=unused-parameter ogpf.f90 demo.f90 demo.f90:1350:33: 1350 | real(wp), parameter :: pi=4.0_wp*atan(1.0_wp) | 1 Error: Unused parameter 'pi' declared at (1) [-Werror=unused-parameter] f951.exe: some warnings being treated as errors
Sorry, something went wrong.
much appreciated. for now it is better to comment out them. Do you have time to submit a PR?
No branches or pull requests
Thanks for the project.
The text was updated successfully, but these errors were encountered: