On Fri, Mar 7, 2014 at 4:22 PM, Stefan Karpinski <[email protected]> wrote: > I would prefer to have opt-in (but easy to use) code analysis that can tell > you that "anwser" is an unused variable (or in slight variations of this > code, that "answer" or "anwser" is always or sometimes not assigned).
That sounds like -Wimplicit in fortran compilers, which forces IMPLICIT NONE.
