See also:
http://gcc.gnu.org/ml/fortran/2007-08/msg00010.html

The warning:
Warning: Unused dummy argument 'foo' at (1)
cannot always be easily avoided for stub functions, especially when dummy
procedures are used. It would be nice if
-Wunused-dummy-argument
would be split from
-Wunused-variable
and also be moved from -Wall to -Wextra to make it consistent with C, where
-Wunused-parameter plays this role.


-- 
           Summary: Wishlist: -Wunused-dummy-argument and -Wno-unused-dummy-
                    argument
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bartoldeman at users dot sourceforge dot net


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38407

Reply via email to