Commit 30c3bee
Jah-yee
fix: change y_col to const int8_t* for Windows Clang build compatibility
- Line 811: changed 'int8_t * y_col' to 'const int8_t * y_col'
- This fixes the const pointer mismatch error when building with Clang/ClangCL on Windows
- The variable is used with const int8_t* py, so it should also be const
Fixes issue #4891 parent 01eb415 commit 30c3bee
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
808 | 808 | | |
809 | 809 | | |
810 | 810 | | |
811 | | - | |
| 811 | + | |
812 | 812 | | |
813 | 813 | | |
814 | 814 | | |
| |||
0 commit comments