Skip to content

fix: build error, type mismatch error where we're trying to assign a const pointer…#415

Open
tekintian wants to merge 1 commit intomicrosoft:mainfrom
tekintian:main
Open

fix: build error, type mismatch error where we're trying to assign a const pointer…#415
tekintian wants to merge 1 commit intomicrosoft:mainfrom
tekintian:main

Conversation

@tekintian
Copy link

… to a non-const pointe: The variable y is declared as const int8_t * but we're trying to assign it to a non-const int8_t * y_col

… to a non-const pointe: The variable y is declared as const int8_t * but we're trying to assign it to a non-const int8_t * y_col
@Dogacel
Copy link

Dogacel commented Mar 5, 2026

Verified the fix is working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants