[Bug fortran/40820] gfortran does not recognize -Wno-unused-parameters

2009-07-23 Thread wirawan0 at gmail dot com
--- Comment #4 from wirawan0 at gmail dot com 2009-07-23 16:03 --- Sorry for my confusion. It turned out that the option -Wno-unused-parameter (no s) did work on 4.3.2. Marking this bug as invalid. -- wirawan0 at gmail dot com changed: What|Removed

[Bug fortran/40820] gfortran does not recognize -Wno-unused-parameters

2009-07-21 Thread kargl at gcc dot gnu dot org
--- Comment #3 from kargl at gcc dot gnu dot org 2009-07-21 19:49 --- (In reply to comment #2) > Just to clarify: you might misunderstand this. In Fortran, -Wunused-parameters > is used to issue a warning whenever a constant (which in Fortran called > "PARAMETER") is declared but not use

[Bug fortran/40820] gfortran does not recognize -Wno-unused-parameters

2009-07-21 Thread wirawan0 at gmail dot com
--- Comment #2 from wirawan0 at gmail dot com 2009-07-21 19:34 --- Just to clarify: you might misunderstand this. In Fortran, -Wunused-parameters is used to issue a warning whenever a constant (which in Fortran called "PARAMETER") is declared but not used. It has nothing to do with funct

[Bug fortran/40820] gfortran does not recognize -Wno-unused-parameters

2009-07-21 Thread kargl at gcc dot gnu dot org
--- Comment #1 from kargl at gcc dot gnu dot org 2009-07-21 19:25 --- gcc.info gives `-Wunused-parameter' Warn whenever a function parameter is unused aside from its declaration. To suppress this warning use the `unused' attribute (*note Variable Attributes::). gfo