ruby-changes:42666
From: nobu <ko1@a...>
Date: Sun, 24 Apr 2016 09:13:54 +0900 (JST)
Subject: [ruby-changes:42666] nobu:r54740 (trunk): win32.c: suppress warnings
nobu 2016-04-24 10:10:29 +0900 (Sun, 24 Apr 2016) New Revision: 54740 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=54740 Log: win32.c: suppress warnings * win32/win32.c (set_pioinfo_extra): remove "/*" within comment. Modified files: trunk/win32/win32.c Index: win32/win32.c =================================================================== --- win32/win32.c (revision 54739) +++ win32/win32.c (revision 54740) @@ -2378,7 +2378,7 @@ set_pioinfo_extra(void) https://github.com/ruby/ruby/blob/trunk/win32/win32.c#L2378 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; -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/