hdf5/config/gnu-warnings/gfort-4.8
Larry Knox fcd87d2569 Revise gnu-*flags and cmake/HDF*CompilerFlags.cmake files to add warning
flags for GCC compilers version 4.8 and above.
Removed files from gnu-warnings that only apply to versions < 4.8.
Consolidated warnings from versions < 4.8 that apply to versions >= 4.8
into the 4.8 warnings files.
2020-05-18 14:28:51 -05:00

18 lines
462 B
Groff

# warning flags added for gfortran >= 4.4
-Warray-temporaries
-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