Fixed -Wunused-variable warnings

This commit is contained in:
Sean McBride 2024-07-27 23:03:52 -04:00
parent 7beb242316
commit e188eb95d2

View File

@ -221,7 +221,6 @@ printf("*** testing diskless file with scalar vars...");
size_t start[1] = {0};
size_t count[1] = {DIM1_LEN};
int i;
float float_data = 42.22F, float_data_in;