summaryrefslogtreecommitdiffstats
path: root/config/gnu-fflags
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-04-27 18:18:32 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-04-27 18:18:32 (GMT)
commitf41723a22e85b5c7673d33c9f934c3f5a45a79fe (patch)
treeea285a8df347935e934838a77bfb9b7307e8fe1b /config/gnu-fflags
parente479d78aba77b63cc5a5d1d3d0737f2fa76c86d3 (diff)
parent93b69eaec2e21543269575fb79bf8f25b74f96d3 (diff)
downloadhdf5-f41723a22e85b5c7673d33c9f934c3f5a45a79fe.zip
hdf5-f41723a22e85b5c7673d33c9f934c3f5a45a79fe.tar.gz
hdf5-f41723a22e85b5c7673d33c9f934c3f5a45a79fe.tar.bz2
Merge pull request #2526 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8
* commit '93b69eaec2e21543269575fb79bf8f25b74f96d3': Restrict errors to gcc 4.8 and above. Move ADD_H5_FLAGS macro from *CompilerFlags.cmake files to config/cmake_ext_mod/HDFMacros.cmake for common use. Fix NoFilter build TRILAB-244 separate CXX warnings and errors from C Don't add general warnings flags for unsupported old versions of gcc and g++ (older than gcc/g++ 4.2). Correct gnu-cxxflags to determine warnings flags to be added based on C++ compiler version instead of C compiler version.
Diffstat (limited to 'config/gnu-fflags')
-rw-r--r--config/gnu-fflags2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gnu-fflags b/config/gnu-fflags
index f58f10c..eb3519c 100644
--- a/config/gnu-fflags
+++ b/config/gnu-fflags
@@ -26,7 +26,7 @@
load_gnu_arguments()
{
set -- $(for arg; do
- sed 's,#.*$,,' $srcdir/config/gnu-warnings/${arg} | demote_errors
+ sed 's,#.*$,,' $srcdir/config/gnu-warnings/${arg}
done)
IFS=' ' echo "$*"
}