Commit Graph

6 Commits

Author SHA1 Message Date
Ward Fisher
6a628b9ca7 Rebased PR by hand against main. 2023-12-12 16:49:13 -07:00
Ward Fisher
0603c98933
Merge pull request #2379 from gsjaardema/patch-50
Enable compilation with C89 compiler
2023-12-12 16:00:31 -07:00
Greg Sjaardema
90ed6b8aa0
For loop initial declarations are only allowed in C99 mode
I get an error about "for loop initial declarations are only allowed in C99 mode" with the current code.  Not sure why it hasn't shown up before.  I am configuring with `BUILD_SHARED_LIBS=NO ENABLE_PLUGINS=NO ENABLE_MULTIFILTERS=NO ENABLE_NCZARR_FILTERS=NO` when the error shows up using gcc-7.2.0.
2022-09-26 13:04:10 -06:00
Greg Sjaardema
1bdf8fa8ee
Enable compilation with C89 compiler
Initializing and declaring variable in for loop statement requires C99 mode.  NetCDF is compiled in C89 mode.
2022-06-07 07:48:17 -06:00
Tobias Kölling
89e656d7a5 tst_virtual_datasets: add missing hdf5 close calls 2020-09-02 16:11:43 +02:00
Tobias Kölling
1a7dd2332d added test for reading virtual datasets 2020-07-22 17:55:28 +02:00