diff options
author | David Young <dyoung@hdfgroup.org> | 2020-02-25 17:38:15 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2020-02-25 17:38:15 (GMT) |
commit | d8e5995f6d158ddf835da1ee669240ca092bf4a7 (patch) | |
tree | ab3422b7d751bc70edb8719aaebd0516cf5a9dec /config/gnu-warnings-4.2-4.6 | |
parent | ddb95a6dc51b38c82f6604facf464672882ef4d8 (diff) | |
download | hdf5-d8e5995f6d158ddf835da1ee669240ca092bf4a7.zip hdf5-d8e5995f6d158ddf835da1ee669240ca092bf4a7.tar.gz hdf5-d8e5995f6d158ddf835da1ee669240ca092bf4a7.tar.bz2 |
Break out warnings into more files that autoconf and CMake can share. This
change temporarily disables the warnings that were promoted to errors, but I
will add those warnings back as warnings, not errors, in the next commit.
Diffstat (limited to 'config/gnu-warnings-4.2-4.6')
-rw-r--r-- | config/gnu-warnings-4.2-4.6 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/gnu-warnings-4.2-4.6 b/config/gnu-warnings-4.2-4.6 new file mode 100644 index 0000000..37df4ab --- /dev/null +++ b/config/gnu-warnings-4.2-4.6 @@ -0,0 +1,2 @@ +# Disable warnings about using the 'long long' type w/ gcc 4.6 and earlier +-Wno-long-long |