mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
83f81a6422
These generate a LOT of noise that we are not going to address anytime soon.
17 lines
442 B
Groff
17 lines
442 B
Groff
# warning flags added for gfortran >= 4.4
|
|
-Wintrinsics-std
|
|
|
|
# warning flag added for gfortran >= 4.5
|
|
-Wimplicit-procedure
|
|
|
|
# warning flags added for gfortran >= 4.7
|
|
-Wreal-q-constant
|
|
-Wfunction-elimination
|
|
|
|
# warning flags added for gfortran >= 4.8
|
|
-Wrealloc-lhs
|
|
-Wrealloc-lhs-all
|
|
# Turn off warnings for passing non-ANSI types to BIND().
|
|
# We pass a lot of hid_t, etc. types so this generates a LOT of spurious warnings.
|
|
-Wno-c-binding-type
|