Skip to content

Commit

Permalink
vendor: Update vendored sources to igraph/igraph@5e3c56c
Browse files Browse the repository at this point in the history
fix: eliminate some unused parameter warnings
  • Loading branch information
krlmlr committed Jan 6, 2025
1 parent 8deca16 commit 261961a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/vendor/cigraph/src/core/bitset_list.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
static igraph_error_t igraph_i_bitset_list_init_item(
const igraph_bitset_list_t* list, igraph_bitset_t* item
) {
IGRAPH_UNUSED(list);
return igraph_bitset_init(item, 0);
}

Expand Down
4 changes: 2 additions & 2 deletions src/vendor/igraph_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@

__BEGIN_DECLS

#define IGRAPH_VERSION "0.10.15-20-g8cdfd787c"
#define IGRAPH_VERSION "0.10.15-21-g5e3c56c6a"
#define IGRAPH_VERSION_MAJOR 0
#define IGRAPH_VERSION_MINOR 10
#define IGRAPH_VERSION_PATCH 15
#define IGRAPH_VERSION_PRERELEASE "20-g8cdfd787c"
#define IGRAPH_VERSION_PRERELEASE "21-g5e3c56c6a"

IGRAPH_EXPORT void igraph_version(const char **version_string,
int *major,
Expand Down

0 comments on commit 261961a

Please sign in to comment.