win32.c: suppress warnings

* win32/win32.c (set_pioinfo_extra): remove "/*" within comment.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54740 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2016-04-24 01:10:29 +00:00
parent 7e5b1b65f5
commit cc0ffc5517

View File

@ -2378,7 +2378,7 @@ set_pioinfo_extra(void)
HMODULE mod = GetModuleHandle("ucrtbase.dll");
char *p = (char*)GetProcAddress(mod, "_isatty");
char *pend = p + 100;
/* _osfile(fh) & FDEV /*0x40*/
/* _osfile(fh) & FDEV */
#if _WIN64
int32_t rel;
char *rip;