Skip to content

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