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 _MSC_VER warnings #4497

Merged
merged 1 commit into from
Jun 2, 2021
Merged

Fix _MSC_VER warnings #4497

merged 1 commit into from
Jun 2, 2021

Conversation

fd00
Copy link
Contributor

@fd00 fd00 commented May 13, 2021

_MSC_VER is not defined in win32ole/*.c

compiling win32ole.c
win32ole.c: In function ‘ole_val2variant_ex’:
win32ole.c:998:6: warning: "_MSC_VER" is not defined, evaluates to 0 [-Wundef]
  998 | #if (_MSC_VER >= 1300) || defined(__CYGWIN__) || defined(__MINGW32__)
      |      ^~~~~~~~
:
:

@nobu nobu merged commit e451f0f into ruby:master Jun 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants