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 some warnings when compiling with MSVC on Windows #1310

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

Conversation

ZeunO8
Copy link

@ZeunO8 ZeunO8 commented Aug 19, 2024

This commit fixes some warnings when compiling with MSVC on windows.

include\glm\ext\quaternion_exponential.inl(63,50): warning C4003: not enough arguments for function-like macro invocation 'min'
include\glm\ext\scalar_common.inl(52,10): warning C4002: too many arguments for function-like macro invocation 'min'
include\glm\gtx\component_wise.inl(19,73): warning C4003: not enough arguments for function-like macro invocation 'min'
include\glm\gtx\component_wise.inl(20,73): warning C4003: not enough arguments for function-like macro invocation 'max'
include\glm\gtx\component_wise.inl(30,84): warning C4003: not enough arguments for function-like macro invocation 'max'
include\glm\gtx\component_wise.inl(52,73): warning C4003: not enough arguments for function-like macro invocation 'max'
include\glm\gtx\component_wise.inl(64,97): warning C4003: not enough arguments for function-like macro invocation 'max'

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