silence warning on non-Singeli builds

This commit is contained in:
dzaima 2025-03-16 20:22:17 +02:00
parent e5c53eefd7
commit f1021580ad

View File

@ -908,6 +908,8 @@ B select_rows_direct(B x, ux csz, ux cam, void* inds, ux indn, u8 ie) { // ⥊ (
}
goto decG_ret;
}
#else
(void) bounds;
#endif
generic_any:;