Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stb_image.h warning: Function uses '35036' bytes of stack #1728

Open
1vanK opened this issue Dec 19, 2024 · 0 comments
Open

stb_image.h warning: Function uses '35036' bytes of stack #1728

1vanK opened this issue Dec 19, 2024 · 0 comments

Comments

@1vanK
Copy link

1vanK commented Dec 19, 2024

изображение

static void *stbi__gif_load(stbi__context *s, int *x, int *y, int *comp, int req_comp, stbi__result_info *ri)
Function uses '34980' bytes of stack. Consider moving some data to heap.

static void *stbi__load_gif_main(stbi__context *s, int **delays, int *x, int *y, int *z, int *comp, int req_comp)
Function uses '35036' bytes of stack. Consider moving some data to heap.

size of stbi__gif == 34928 bytes

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

No branches or pull requests

1 participant