TRILAB-244 separate CXX warnings and errors from C

This commit is contained in:
Allen Byrne
2020-04-23 14:32:29 -05:00
committed by Larry Knox
parent 49a76869aa
commit 54764c99be
13 changed files with 129 additions and 56 deletions

View File

@@ -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