DrTimothyAldenDavis / SuiteSparse

The official SuiteSparse library: a suite of sparse matrix algorithms authored or co-authored by Tim Davis, Texas A&M University.
https://people.engr.tamu.edu/davis/suitesparse.html
Other
1.14k stars 258 forks source link

GraphBLAS: Silence compiler warnings about values outside `GrB_Field` #707

Closed mmuetzel closed 7 months ago

mmuetzel commented 7 months ago

Cast the switch argument to int to avoid compiler warnings (with clang) because some of the case values are not in GrB_Field but are part of different enumerations.

DrTimothyAldenDavis commented 7 months ago

This looks familiar ... but only because I fixed it on my M1 Mac just a few days ago but forgot to push the changes. They're still there, and my changes are identical to yours. So I'll go ahead and merge your changes in and checkout mine on my M1.