We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e48c98 + 0180686 commit 3fbbd48Copy full SHA for 3fbbd48
2 files changed
.github/workflows/root-cmakelists-msvc.yaml
@@ -126,7 +126,7 @@ jobs:
126
127
msystem: UCRT64
128
129
- - uses: Jimver/cuda-toolkit@v0.2.23
+ - uses: Jimver/cuda-toolkit@v0.2.35
130
name: install CUDA toolkit
131
if: matrix.cuda == 'with'
132
id: cuda-toolkit
GraphBLAS/Source/get_set/GrB_Type_set.c
@@ -99,7 +99,7 @@ GrB_Info GrB_Type_set_VOID
99
if (field == GxB_PRINT_FUNCTION && type->code == GB_UDT_code &&
100
size == sizeof (GxB_print_function))
101
{
102
- type->print_function = (GxB_print_function *) value ;
+ type->print_function = (GxB_print_function) value ;
103
return (GrB_SUCCESS) ;
104
}
105
0 commit comments