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

suppress warning messages when using NAG Fortran compiler #117

Merged
merged 1 commit into from
Feb 8, 2024

Conversation

wkliao
Copy link
Member

@wkliao wkliao commented Feb 8, 2024

-w=uep to suppresses warning messages about unused external procedures
-w=x77 to suppresses extension warnings for Fortr 77
-w=unreffed to suppresses warning messages about variables set but never referenced;
-w=uparam to suppresses warning messages about unused PARAMETERs;

-w=uep to suppresses warning messages about unused external procedures
-w=x77 to suppresses extension warnings for Fortr 77
-w=unreffed to suppresses warning messages about variables set but never referenced;
-w=uparam to  suppresses warning messages about unused PARAMETERs;
@wkliao wkliao merged commit ffc6de7 into master Feb 8, 2024
0 of 4 checks passed
@wkliao wkliao deleted the nag_warning branch March 15, 2024 18: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 this pull request may close these issues.

1 participant