mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-07 16:37:56 +08:00
* 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
4 lines
171 B
Plaintext
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
|