Skip to content

Commit 5e04c24

Browse files
committed
LAGraph_Hash_Vector: Fix outdated return type
Found by GCC 16 (-Wenum-int-mismatch).
1 parent c3bfac2 commit 5e04c24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/LAGraphX.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ int LAGraph_Incidence_Matrix
261261
) ;
262262

263263
LAGRAPHX_PUBLIC
264-
int LAGraph_Hash_Vector
264+
GrB_Info LAGraph_Hash_Vector
265265
(
266266
uint64_t *hash,
267267
GrB_Vector v,

0 commit comments

Comments
 (0)