You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid compiler warning when building for targets with 32-bit pointer size.
* liboctave/numeric/sparse-qr.cc (ors2crs, ocs2ccs): Use constexpr-if to avoid
compiler warning about cast between incompatible pointer types on platforms
where the size or alignment of SuiteSparse_long differs from the size or
alignment of octave_idx_type.
0 commit comments