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

Compiler fixes #5

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Compiler fixes #5

wants to merge 11 commits into from

Conversation

wernsey
Copy link

@wernsey wernsey commented Aug 3, 2019

Hi, thanks for this library. It is very convenient to have a simple library like this for my graphics hobbies.

Here are some changes I've made to my fork to eliminate some compiler warnings:

  • For some calloc() calls I've swapped the nitems and size parameters
  • mat4_multiplyVec3 and mat4_multiplyVec4 had the wrong parameters and return types
  • I've added .o to the all target in the Makefile to eliminate some unnecessary compiles

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.

1 participant