Sujet : Re: can gfortran notify me when it can not find a module interface for a subroutine call ?
De : lynnmcguire5 (at) *nospam* gmail.com (Lynn McGuire)
Groupes : comp.lang.fortranDate : 18. Nov 2024, 22:10:51
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vhgagr$1e44e$4@dont-email.me>
References : 1
User-Agent : Mozilla Thunderbird
On 11/18/2024 2:54 PM, Lynn McGuire wrote:
Can gfortran notify me when it can not find a module interface for a subroutine or function call ?
I have 6,000+ subroutines and only 2,603 module interfaces in my module file. I would like to automate this as much as possible.
Thanks,
Lynn
I just found "-Wimplicit-procedure" and am trying it out.
Thanks,
Lynn