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

Fix warnings #4251

Merged
merged 2 commits into from
Aug 16, 2024
Merged

Fix warnings #4251

merged 2 commits into from
Aug 16, 2024

Conversation

lzralbu
Copy link
Contributor

@lzralbu lzralbu commented Aug 13, 2024

fix this warning:

/src/rmodels.c:5744:17: warning: missing initializer for field 'w' of 'Vector4' [-Wmissing-field-initializers]
[build]  5744 |                 Vector4 outTangent1 = {tmp[0], tmp[1], tmp[2]};
[build]       |                 ^~~~~~~

fix these warnings:

```
/src/rmodels.c:5744:17: warning: missing initializer for field 'w' of 'Vector4' [-Wmissing-field-initializers]
[build]  5744 |                 Vector4 outTangent1 = {tmp[0], tmp[1], tmp[2]};
[build]       |                 ^~~~~~~
```
fix warnings
@lzralbu lzralbu changed the title Update rmodels.c Fix warnings Aug 13, 2024
@raysan5 raysan5 merged commit 308b77c into raysan5:master Aug 16, 2024
14 checks passed
@raysan5
Copy link
Owner

raysan5 commented Aug 16, 2024

@lzralbu thanks for the review!

@lzralbu lzralbu deleted the patch-2 branch August 17, 2024 00:22
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