diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2020-04-08 22:02:34 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2020-05-20 14:31:58 (GMT) |
commit | 74fdd50f59edc818f2dd2d54152d8064ce639401 (patch) | |
tree | c97bfccc7a1f929d1db0866f7791ea79a0ded950 /config/gnu-cxxflags | |
parent | 01a152f83cacabe5d6d45f5e0357e2e90260db3b (diff) | |
download | hdf5-74fdd50f59edc818f2dd2d54152d8064ce639401.zip hdf5-74fdd50f59edc818f2dd2d54152d8064ce639401.tar.gz hdf5-74fdd50f59edc818f2dd2d54152d8064ce639401.tar.bz2 |
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.
Diffstat (limited to 'config/gnu-cxxflags')
-rw-r--r-- | config/gnu-cxxflags | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/config/gnu-cxxflags b/config/gnu-cxxflags index 9ae38f6..73f49ba 100644 --- a/config/gnu-cxxflags +++ b/config/gnu-cxxflags @@ -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 |