i use ifort and gfortran to compile my Fortran program.
However i also use a coworkers source and he has got a lot of unused variables. How can i suppress these for the compile, seeing as they are not really an error?
However i dont want to disable -pedantic
and -stan
in the compiler options and thus want all the other warnings.
cheers and thanks for the help