问题
I googled it but i could not find the answer. How can I suppress this warning AND ONLY THIS:
Warning: Deleted feature: PAUSE statement at (1)
i know I can supress all the warning but I wanna suppress only this one. Or if not possible. suppress warning for delete features. thanks A.
回答1:
Compile with -std=legacy or -w (lowercase). Note that -w will suppress all warnings.
来源:https://stackoverflow.com/questions/16350426/how-to-supress-warning-for-deleted-feature-pause-statement-in-gfortran