Deutsch English Français Italiano |
<vhgagr$1e44e$4@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!eternal-september.org!feeder2.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Lynn McGuire <lynnmcguire5@gmail.com> Newsgroups: comp.lang.fortran Subject: Re: can gfortran notify me when it can not find a module interface for a subroutine call ? Date: Mon, 18 Nov 2024 15:10:51 -0600 Organization: A noiseless patient Spider Lines: 15 Message-ID: <vhgagr$1e44e$4@dont-email.me> References: <vhg9ik$1e44e$1@dont-email.me> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Mon, 18 Nov 2024 22:10:52 +0100 (CET) Injection-Info: dont-email.me; posting-host="bc540513460c2acb3c6b57a63e9c6bd0"; logging-data="1511566"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+jiOqfsxM8vrEJovIIAwT02ke6+0x8Uu8=" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:0Tb7UmNld/iohqff9svoc60YtN0= In-Reply-To: <vhg9ik$1e44e$1@dont-email.me> Content-Language: en-US Bytes: 1444 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