aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Platform.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2002-01-10 23:11:57 +0000
committernyamatongwe <devnull@localhost>2002-01-10 23:11:57 +0000
commit65697a29ece801849925ca032691324135fb012f (patch)
treeccf8d10998c2a32af1e3a8e66cf75d93669fc6a1 /include/Platform.h
parent76b997d0cccd68e69ee1b6d70ae6135d9d84a32f (diff)
downloadscintilla-mirror-65697a29ece801849925ca032691324135fb012f.tar.gz
Made code bool-safe and turned Visual C++ warning 4800 back on.
Diffstat (limited to 'include/Platform.h')
-rw-r--r--include/Platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Platform.h b/include/Platform.h
index b3cfcfe66..2d082053b 100644
--- a/include/Platform.h
+++ b/include/Platform.h
@@ -447,7 +447,7 @@ public:
// Shut up annoying Visual C++ warnings:
#ifdef _MSC_VER
-#pragma warning(disable: 4244 4309 4514 4710 4800)
+#pragma warning(disable: 4244 4309 4514 4710)
#endif
#endif