Skip to content

Commit

Permalink
Fixed all -Wimplicit-function-declaration warnings from clang
Browse files Browse the repository at this point in the history
Either included missing header or added a prototype.
  • Loading branch information
seanm committed Jun 29, 2020
1 parent 48b762a commit 29e6401
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/H5Fsuper.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
/********************/
static herr_t H5F__super_ext_create(H5F_t *f, H5O_loc_t *ext_ptr);
static herr_t H5F__update_super_ext_driver_msg(H5F_t *f);
static herr_t H5O__fsinfo_set_version(H5F_t *f, H5O_fsinfo_t *fsinfo);


/*********************/
Expand Down
1 change: 1 addition & 0 deletions src/H5Odeprec.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
/* Headers */
/***********/
#include "H5private.h" /* Generic Functions */
#include "H5CXprivate.h"
#include "H5Eprivate.h" /* Error handling */
#include "H5Opkg.h" /* Object headers */

Expand Down
1 change: 1 addition & 0 deletions src/H5Oint.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
#endif /* H5O_ENABLE_BOGUS */
#include "H5Opkg.h" /* Object headers */
#include "H5SMprivate.h" /* Shared object header messages */
#include "H5CXprivate.h"


/****************/
Expand Down
1 change: 1 addition & 0 deletions src/H5Rint.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#include "H5Rpkg.h" /* References */
#include "H5Sprivate.h" /* Dataspaces */
#include "H5Tprivate.h" /* Datatypes */
#include "H5CXprivate.h"


/****************/
Expand Down

0 comments on commit 29e6401

Please sign in to comment.