From 82a36e852d6c45850f07d69aa87486851e53237c Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 14 Nov 2011 08:42:25 +1100 Subject: Removed warning suppression that had been included for Visual C++ 6.0. --- lexlib/PropSetSimple.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lexlib/PropSetSimple.cxx') diff --git a/lexlib/PropSetSimple.cxx b/lexlib/PropSetSimple.cxx index ce2031f8d..c0ec59459 100644 --- a/lexlib/PropSetSimple.cxx +++ b/lexlib/PropSetSimple.cxx @@ -12,8 +12,8 @@ #include #ifdef _MSC_VER -// Visual C++ doesn't like unreachable code or long decorated names in its own headers. -#pragma warning(disable: 4018 4100 4245 4511 4512 4663 4702 4786) +// Visual C++ doesn't like unreachable code in its own headers. +#pragma warning(disable: 4018 4100 4245 4511 4512 4663 4702) #endif #include -- cgit v1.2.3