diff options
| author | Neil <nyamatongwe@gmail.com> | 2016-11-07 10:57:43 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2016-11-07 10:57:43 +1100 |
| commit | 07793d0c5a4ffb2c78637109dde2b922af6255da (patch) | |
| tree | ab6ae47a46d06693bca748c4ea441dc5a952935d /include/Platform.h | |
| parent | ab0bd10bf685d2868b245893afd7512ddadc5fb1 (diff) | |
| download | scintilla-mirror-07793d0c5a4ffb2c78637109dde2b922af6255da.tar.gz | |
Move warning suppression from global header to Qt platform layer header so
warnings are visible for platform-independent code.
Diffstat (limited to 'include/Platform.h')
| -rw-r--r-- | include/Platform.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/Platform.h b/include/Platform.h index 63269d003..1ff48ecb1 100644 --- a/include/Platform.h +++ b/include/Platform.h @@ -526,8 +526,4 @@ public: } #endif -#if defined(__GNUC__) && defined(SCINTILLA_QT) -#pragma GCC diagnostic ignored "-Wmissing-field-initializers" -#endif - #endif |
