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:
Larry Knox 2020-04-08 17:02:34 -05:00
parent b35dcaf847
commit e6cd19937b
2 changed files with 5 additions and 4 deletions

View File

@ -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

View File

@ -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 #