HDFGroup/vol-cache

C99 mode code fails to compile on some compilers.

hyoklee opened this issue · 1 comments

Here's an example.

jilng4je2b43euhocd4/spack-src/src/H5LS_SSD.c:32:3: error: 'for' loop initial declar\
ations are only allowed in C99 mode
     44        for(int i=0; i<nseq; i++) {
     45        ^

Fixed this issue now. defined the variable outside of the loop