aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-24 01:10:29 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-24 01:10:29 +0000
commitcc0ffc55172245554b472022a5d6f32bffb6b289 (patch)
treece3cf4d490c30c51d70a56d5eea551d658f596a5
parent7e5b1b65f50fcbb9cfa5ad5b5af1a3cd10190b65 (diff)
downloadruby-cc0ffc55172245554b472022a5d6f32bffb6b289.tar.gz
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
-rw-r--r--win32/win32.c2
1 files changed, 1 insertions, 1 deletions
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;