diff options
Diffstat (limited to 'lexlib')
-rw-r--r-- | lexlib/PropSetSimple.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 <stdio.h> #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 <string> |