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 /src | |
| parent | 7005b0bbc01565d1dd756ce87337542f52db8b07 (diff) | |
| download | scintilla-mirror-87c435a58c291770bedbc1302a86dacff14cac4f.tar.gz | |
Stop disabling warnings where no longer needed.
Diffstat (limited to 'src')
| -rw-r--r-- | src/CharClassify.cxx | 5 | ||||
| -rw-r--r-- | src/RESearch.cxx | 5 | 
2 files changed, 0 insertions, 10 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);  } diff --git a/src/RESearch.cxx b/src/RESearch.cxx index 81eddf013..1958773cb 100644 --- a/src/RESearch.cxx +++ b/src/RESearch.cxx @@ -207,11 +207,6 @@  #include "CharClassify.h"  #include "RESearch.h" -// Shut up annoying Visual C++ warnings: -#ifdef _MSC_VER -#pragma warning(disable: 4514) -#endif -  #ifdef SCI_NAMESPACE  using namespace Scintilla;  #endif | 
