diff options
author | Quincey Koziol <koziol@lbl.gov> | 2019-06-23 00:37:18 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@lbl.gov> | 2019-06-23 00:37:18 (GMT) |
commit | 60dee604cdf2532c61666cc405b1891658dbdd73 (patch) | |
tree | 36796235c2bba802a121865418b6b771f88b12bb /test/th5s.c | |
parent | df4ec243d4f22b28671f91ad04961cd178fdab70 (diff) | |
parent | 17ae90917856e4cbab5a2f1c597197ee98802fc7 (diff) | |
download | hdf5-60dee604cdf2532c61666cc405b1891658dbdd73.zip hdf5-60dee604cdf2532c61666cc405b1891658dbdd73.tar.gz hdf5-60dee604cdf2532c61666cc405b1891658dbdd73.tar.bz2 |
Merge pull request #1764 in HDFFV/hdf5 from ~KOZIOL/hdf5:feature/update_gcc_flags to develop
Updated CMake bulids, too.
* commit '17ae90917856e4cbab5a2f1c597197ee98802fc7':
Update GCC 6 & 7 flags for CMake builds
Move -Wnormalized down into GCC 6.x flags
Add support for GCC 7.x warnings, update warnhist script to account for them, clean up warnings.
Diffstat (limited to 'test/th5s.c')
-rw-r--r-- | test/th5s.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/th5s.c b/test/th5s.c index 6632a4c..c5dfa97 100644 --- a/test/th5s.c +++ b/test/th5s.c @@ -30,6 +30,7 @@ * This file also needs to access the dataspace testing code. */ #define H5S_FRIEND /*suppress error about including H5Spkg */ +#define H5S_TESTING /*suppress warning about H5S testing funcs*/ #include "H5Spkg.h" /* Dataspaces */ /* |