summaryrefslogtreecommitdiffstats
path: root/test/cmpd_dset.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@lbl.gov>2019-06-23 00:37:18 (GMT)
committerQuincey Koziol <koziol@lbl.gov>2019-06-23 00:37:18 (GMT)
commit60dee604cdf2532c61666cc405b1891658dbdd73 (patch)
tree36796235c2bba802a121865418b6b771f88b12bb /test/cmpd_dset.c
parentdf4ec243d4f22b28671f91ad04961cd178fdab70 (diff)
parent17ae90917856e4cbab5a2f1c597197ee98802fc7 (diff)
downloadhdf5-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/cmpd_dset.c')
-rw-r--r--test/cmpd_dset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cmpd_dset.c b/test/cmpd_dset.c
index a8baeac..1944ce1 100644
--- a/test/cmpd_dset.c
+++ b/test/cmpd_dset.c
@@ -1808,7 +1808,7 @@ test_pack_ooo(void)
unsigned free_order[PACK_NMEMBS]; /* Index of remaining free slots in order */
unsigned num_free; /* Number of free slots in order */
unsigned sub_cmpd_order; /* Order to insert the inner compound */
- char name[6]; /* Member name */
+ char name[16]; /* Member name */
unsigned extra_space; /* Whether to add extra space to the end of
* the compound */
unsigned i, j; /* Indices */