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

[rtextures] Hide unused warnings from stb_image_resize2.h #3708

Merged
merged 1 commit into from Jan 5, 2024
Merged

[rtextures] Hide unused warnings from stb_image_resize2.h #3708

merged 1 commit into from Jan 5, 2024

Conversation

ghost
Copy link

@ghost ghost commented Jan 5, 2024

Changes

  1. Fixes [warning] stb_image_resize2.h #3707.

  2. Does that by hiding the stb_image_resize2.h unused warnings during compilation by using #pragma (R216-R219, R224-R226) like it was done for stb_truetype.h at #3235.

Note

  • Not sure if this is really necessary as it's just two warnings. Please close this PR if that's too much.

Environment

  • PLATFORM_DESKTOP, Linux (Mint 21.1 64-bit).

Code example

cd raylib-master/
make PLATFORM=PLATFORM_DESKTOP

Edits

  • 1: added line marks.

@raysan5 raysan5 merged commit 19bdced into raysan5:master Jan 5, 2024
14 checks passed
@raysan5
Copy link
Owner

raysan5 commented Jan 5, 2024

@ubkp Thanks for the review!

@ghost ghost deleted the fix/imageresize2-warning branch January 5, 2024 21:53
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.

[warning] stb_image_resize2.h
1 participant