How to supress warning for "Deleted feature: PAUSE statement" in gfortran? -


i googled not find answer. how can suppress warning , this:

warning: deleted feature: pause statement @ (1)

i know can supress warning wanna suppress one. or if not possible. suppress warning delete features. a.

compile -std=legacy or -w (lowercase). note -w suppress warnings.


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -