aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2011-11-14 08:42:25 +1100
committernyamatongwe <devnull@localhost>2011-11-14 08:42:25 +1100
commitb528166ba492b12be6779e7f0c77586e35778204 (patch)
tree1acf8aa5bfa2dd3c6e7e6c6cf28e57267f33181f /src
parenta3c9750142a146639e61aba2ea50a53a8c5c3dae (diff)
downloadscintilla-mirror-b528166ba492b12be6779e7f0c77586e35778204.tar.gz
Removed warning suppression that had been included for Visual C++ 6.0.
Diffstat (limited to 'src')
-rw-r--r--src/Indicator.cxx4
-rw-r--r--src/XPM.cxx4
2 files changed, 0 insertions, 8 deletions
diff --git a/src/Indicator.cxx b/src/Indicator.cxx
index dfa2a999c..9ea4024bb 100644
--- a/src/Indicator.cxx
+++ b/src/Indicator.cxx
@@ -8,10 +8,6 @@
#include <vector>
#include <map>
-#ifdef _MSC_VER
-#pragma warning(disable: 4786)
-#endif
-
#include "Platform.h"
#include "Scintilla.h"
diff --git a/src/XPM.cxx b/src/XPM.cxx
index cdaa69535..b63eb1550 100644
--- a/src/XPM.cxx
+++ b/src/XPM.cxx
@@ -8,10 +8,6 @@
#include <string.h>
#include <stdlib.h>
-#ifdef _MSC_VER
-#pragma warning(disable: 4786)
-#endif
-
#include <vector>
#include <map>