This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Unused dummy argument


> gfortran -o barak2CLMM barak2CLMM.f90 -fcheck=all
> -Wno-unused-dummy-argument -Wall -pedantic
> barak2CLMM.f90:256.35:
>
>         subroutine CountNodes(LNode)
>                                    1
> Warning: Unused dummy argument 'lnode' at (1)

You should put the -Wall before -Wno-unused-dummy-argument. Ordering
matters here!

Cheers,
Janus


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]