mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-15 07:40:23 +08:00
fcd87d2569
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.
18 lines
462 B
Groff
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
|