diff options
author | nyamatongwe <unknown> | 2011-11-14 08:42:25 +1100 |
---|---|---|
committer | nyamatongwe <unknown> | 2011-11-14 08:42:25 +1100 |
commit | 82a36e852d6c45850f07d69aa87486851e53237c (patch) | |
tree | cbaaa622cc1ef6e306f072ea4edc596f6b6a7577 /win32 | |
parent | 15760ec7cdc073d0c0b0abdf0c4e8bbcd41bba5a (diff) | |
download | scintilla-mirror-82a36e852d6c45850f07d69aa87486851e53237c.tar.gz |
Removed warning suppression that had been included for Visual C++ 6.0.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/PlatWin.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/win32/PlatWin.cxx b/win32/PlatWin.cxx index a74f2c10a..29c9b13fe 100644 --- a/win32/PlatWin.cxx +++ b/win32/PlatWin.cxx @@ -13,10 +13,6 @@ #include <time.h> #include <limits.h> -#ifdef _MSC_VER -#pragma warning(disable: 4786) -#endif - #include <vector> #include <map> |