TRILAB-244 separate CXX warnings and errors from C

This commit is contained in:
Allen Byrne
2020-04-23 14:32:29 -05:00
parent 5ea58acf8a
commit f9a3ae5081
13 changed files with 126 additions and 55 deletions
-1
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