mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 21:14:23 +02:00
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:
parent
7e5b1b65f5
commit
cc0ffc5517
1 changed files with 1 additions and 1 deletions
|
@ -2378,7 +2378,7 @@ set_pioinfo_extra(void)
|
||||||
HMODULE mod = GetModuleHandle("ucrtbase.dll");
|
HMODULE mod = GetModuleHandle("ucrtbase.dll");
|
||||||
char *p = (char*)GetProcAddress(mod, "_isatty");
|
char *p = (char*)GetProcAddress(mod, "_isatty");
|
||||||
char *pend = p + 100;
|
char *pend = p + 100;
|
||||||
/* _osfile(fh) & FDEV /*0x40*/
|
/* _osfile(fh) & FDEV */
|
||||||
#if _WIN64
|
#if _WIN64
|
||||||
int32_t rel;
|
int32_t rel;
|
||||||
char *rip;
|
char *rip;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue