We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The if statements between lines 70 and 115(ish) in the aforementioned file generate a ton of "conditional expression is constant" warnings.
if
These should probably be preprocessor control statements. (#if, #elif, #else, etc.)
The text was updated successfully, but these errors were encountered:
Fixed GLM_EXT_matrix_clip_space warnings #980
8828c3f
This issue is fixed on master branch for GLM 0.9.9.7 release.
Thanks for reporting, Christophe
Sorry, something went wrong.
You even found some I missed. Nice. :)
Groovounet
No branches or pull requests
The
if
statements between lines 70 and 115(ish) in the aforementioned file generate a ton of "conditional expression is constant" warnings.These should probably be preprocessor control statements. (#if, #elif, #else, etc.)
The text was updated successfully, but these errors were encountered: