mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-19 16:50:46 +08:00
Squashed commit of the following:
commit 8963c3bf756f8f8ec21beea9bd29a767e77675a8 Author: Larry Knox <lrknox@hdfgroup.org> Date: Wed Apr 8 16:52:27 2020 -0500 Commit changes to gnu-cxxflags to remove unmatched " and to gnu-fflags to not add C warnings flags to H5_FCFLAGS.
This commit is contained in:
parent
b35dcaf847
commit
e6cd19937b
@ -306,9 +306,10 @@ fi
|
||||
|
||||
# Version-specific g++ flags
|
||||
|
||||
|
||||
# Append more extra warning flags that only gcc 4.9+ know about
|
||||
-Wopenmp-simd"
|
||||
# This flag was left behind when moving warnings flags to common files for
|
||||
# both autotools and CMake.
|
||||
# # Append more extra warning flags that only gcc 4.9+ know about
|
||||
# -Wopenmp-simd"
|
||||
|
||||
# Clear cxx info if no flags set
|
||||
if test "X$cxx_flags_set" = "X"; then
|
||||
|
@ -139,7 +139,7 @@ if test "X-gfortran" = "X-$f9x_vendor"; then
|
||||
# General #
|
||||
###########
|
||||
|
||||
H5_FCFLAGS="$H5_CFLAGS $(load_gnu_arguments gfort-general)"
|
||||
H5_FCFLAGS="$H5_FCFLAGS $(load_gnu_arguments gfort-general)"
|
||||
|
||||
#############################
|
||||
# Version-specific warnings #
|
||||
|
Loading…
x
Reference in New Issue
Block a user