aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlib/LexerModule.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-04-29 11:55:23 +1000
committerNeil <nyamatongwe@gmail.com>2014-04-29 11:55:23 +1000
commit87c435a58c291770bedbc1302a86dacff14cac4f (patch)
tree9c86ec710c3f89844a9c31cc279fbb48184b6bdd /lexlib/LexerModule.h
parent7005b0bbc01565d1dd756ce87337542f52db8b07 (diff)
downloadscintilla-mirror-87c435a58c291770bedbc1302a86dacff14cac4f.tar.gz
Stop disabling warnings where no longer needed.
Diffstat (limited to 'lexlib/LexerModule.h')
-rw-r--r--lexlib/LexerModule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lexlib/LexerModule.h b/lexlib/LexerModule.h
index e502541b2..35fa30c69 100644
--- a/lexlib/LexerModule.h
+++ b/lexlib/LexerModule.h
@@ -72,7 +72,7 @@ inline int Maximum(int a, int b) {
// Shut up annoying Visual C++ warnings:
#ifdef _MSC_VER
-#pragma warning(disable: 4244 4309 4514 4710)
+#pragma warning(disable: 4244 4309)
#endif
#ifdef SCI_NAMESPACE