diff options
author | Neil <nyamatongwe@gmail.com> | 2014-04-29 11:55:23 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-04-29 11:55:23 +1000 |
commit | 87c435a58c291770bedbc1302a86dacff14cac4f (patch) | |
tree | 9c86ec710c3f89844a9c31cc279fbb48184b6bdd /lexlib/PropSetSimple.cxx | |
parent | 7005b0bbc01565d1dd756ce87337542f52db8b07 (diff) | |
download | scintilla-mirror-87c435a58c291770bedbc1302a86dacff14cac4f.tar.gz |
Stop disabling warnings where no longer needed.
Diffstat (limited to 'lexlib/PropSetSimple.cxx')
-rw-r--r-- | lexlib/PropSetSimple.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lexlib/PropSetSimple.cxx b/lexlib/PropSetSimple.cxx index 6f4553a07..6592d70eb 100644 --- a/lexlib/PropSetSimple.cxx +++ b/lexlib/PropSetSimple.cxx @@ -11,11 +11,6 @@ #include <string.h> #include <stdio.h> -#ifdef _MSC_VER -// Visual C++ doesn't like unreachable code in its own headers. -#pragma warning(disable: 4018 4100 4245 4511 4512 4663 4702) -#endif - #include <string> #include <map> |