From d657685c1ebd00a75eaf37bc4d4379eeda572c6b Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 24 Apr 2016 01:10:29 +0000 Subject: 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 --- win32/win32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32') diff --git a/win32/win32.c b/win32/win32.c index 1d36c37b5d..053b2aee54 100644 --- a/win32/win32.c +++ b/win32/win32.c @@ -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; -- cgit v1.2.3