Skip to content

Commit

Permalink
Try to resolve the CI build failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
vchoi-hdfgroup committed Mar 19, 2024
1 parent e6ba47b commit fe4b5a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/H5Dprivate.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
#include "H5Sprivate.h" /* Dataspaces */
#include "H5Zprivate.h" /* Data filters */

typedef struct H5D_obj_create_t H5D_obj_create_t;

This comment has been minimized.

Copy link
@qkoziol

qkoziol Mar 19, 2024

Contributor

This looks incorrect here. What's the CI failure log look like?


/**************************/
/* Library Private Macros */
/**************************/
Expand Down Expand Up @@ -135,8 +137,7 @@
/****************************/

/* Typedef for dataset in memory (defined in H5Dpkg.h) */
typedef struct H5D_t H5D_t;
typedef struct H5D_obj_create_t H5D_obj_create_t;
typedef struct H5D_t H5D_t;

/* Typedef for cached dataset creation property list information */
typedef struct H5D_dcpl_cache_t {
Expand Down

0 comments on commit fe4b5a3

Please sign in to comment.