hdf5/config/gnu-warnings/gfort-developer-general
Dana Robinson f020d129b2
Corrects more Fortran warnings (#2059)
* Moves -Wunused-dummy-arguments to the developer warnings since this
  generates a lot of spurious, unfixable noise due to things like
  callback wrappers
* Changes the return cast in h5fget_fileno_c, fixes a comment, and comment
  on potential badness
* Initializes a variable in tH5L_F03.F90 to quiet a 'maybe
  uninitialized' warning
2022-08-23 08:48:14 -07:00

4 lines
171 B
Plaintext

# There is no easy way in Fortran to indicate parameters are intentionally
# unused and many callbacks will have these, generating a lot of noise.
-Wunused-dummy-argument