Cloned library HDF5-1.14.1 with extra build files for internal package management.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
442 B

# 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