You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting an error when building hash 0034e31 against hdf1_13_3:
"/home/parallelio_development/src/netcdf-c/libhdf5/H5FDhttp.c", line 169: warning: a value of type "char *" cannot be used to initialize an entity of type "unsigned int" [bad_initializer_type]
"http", /* name */
^
Remark: individual warnings can be suppressed with "--diag_suppress <warning-name>"
"/home/parallelio_development/src/netcdf-c/libhdf5/H5FDhttp.c", line 169: error: integer conversion resulted in truncation
"http", /* name */
^
The text was updated successfully, but these errors were encountered:
This turns out to be the same as issue #2614.
Apparently the table change occurred in 1.13.2, but since we do not routinely test that version,
we did not catch it. Anyway I am working on a PR for this.
re: Issue Unidata#2634
re: PR Unidata#2615
re: Issue Unidata#2614
It turns out that the H5FD table change identified in
issue Unidata#2614
actually occurred in HDF5 version 1.13.2.
Since we do not test with 1.13.x, we did not catch this.
I am getting an error when building hash 0034e31 against hdf1_13_3:
The text was updated successfully, but these errors were encountered: