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 | 928306bf07dace37ace9eb053b87599ee47145e8 (patch) | |
| tree | 65b640128f07310b24b9c52c4250848a35dac7a5 /src/CharClassify.cxx | |
| parent | ca404c02432f1ab90f235eb452168d35e6f14936 (diff) | |
| download | scintilla-mirror-928306bf07dace37ace9eb053b87599ee47145e8.tar.gz | |
Stop disabling warnings where no longer needed.
Diffstat (limited to 'src/CharClassify.cxx')
| -rw-r--r-- | src/CharClassify.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/CharClassify.cxx b/src/CharClassify.cxx index 7e3db737e..cc431630d 100644 --- a/src/CharClassify.cxx +++ b/src/CharClassify.cxx @@ -14,11 +14,6 @@ using namespace Scintilla; #endif -// Shut up annoying Visual C++ warnings: -#ifdef _MSC_VER -#pragma warning(disable: 4514) -#endif - CharClassify::CharClassify() { SetDefaultCharClasses(true); } |
