summaryrefslogtreecommitdiff
path: root/win32/win32.h
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2014-12-30 12:00:54 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2014-12-31 13:53:44 +0000
commit0a9cc54c57f019e71d784ddfbc4eba91efb22770 (patch)
tree24ddff5dd27b098e7188cd3beb19fcbb3506948d /win32/win32.h
parenta4e8ab8ad81a8e9c3cfd67d6cfa22e2122a58117 (diff)
downloadperl-0a9cc54c57f019e71d784ddfbc4eba91efb22770.tar.gz
Remove sources of "unreferenced label" warning on Win32
and then remove the disabling of that warning.
Diffstat (limited to 'win32/win32.h')
-rw-r--r--win32/win32.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/win32/win32.h b/win32/win32.h
index 2d5eda9fdf..5a48b0b385 100644
--- a/win32/win32.h
+++ b/win32/win32.h
@@ -243,8 +243,6 @@ typedef long gid_t;
typedef unsigned short mode_t;
#endif
-#pragma warning(disable: 4102) /* "unreferenced label" */
-
#if _MSC_VER < 1800
#define isnan _isnan /* Defined already in VC++ 12.0 */
#endif