hdf5/config/gnu-warnings/gfort-4.8
Dana Robinson 83f81a6422
Adds -Warray-temporaries to the developer warnings (#2385)
These generate a LOT of noise that we are not going to address anytime
soon.
2023-01-03 06:18:48 -08:00

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