summaryrefslogtreecommitdiffstats
path: root/c++/test/tarray.cpp
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-04-23 19:32:29 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2020-04-26 03:21:55 (GMT)
commit54764c99be29bb991d95bb7b203f98aaa429115b (patch)
treef7ff3134aa210a6f60f971e0ca81f05bb5c34763 /c++/test/tarray.cpp
parent49a76869aa9ad1c4325106de201294dafcd199b5 (diff)
downloadhdf5-54764c99be29bb991d95bb7b203f98aaa429115b.zip
hdf5-54764c99be29bb991d95bb7b203f98aaa429115b.tar.gz
hdf5-54764c99be29bb991d95bb7b203f98aaa429115b.tar.bz2
TRILAB-244 separate CXX warnings and errors from C
Diffstat (limited to 'c++/test/tarray.cpp')
-rw-r--r--c++/test/tarray.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/c++/test/tarray.cpp b/c++/test/tarray.cpp
index fccc556..69c58f8 100644
--- a/c++/test/tarray.cpp
+++ b/c++/test/tarray.cpp
@@ -368,7 +368,6 @@ static void test_array_info()
float f[ARRAY1_DIM1];
} s1_t;
s1_t wdata[SPACE1_DIM1][ARRAY1_DIM1]; // Information to write
- s1_t rdata[SPACE1_DIM1][ARRAY1_DIM1]; // Information read in
hsize_t sdims1[] = {SPACE1_DIM1};
hsize_t tdims1[] = {ARRAY1_DIM1};
int ii; // counting variables