diff options
Diffstat (limited to 'scintilla/include/Platform.h')
-rw-r--r-- | scintilla/include/Platform.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scintilla/include/Platform.h b/scintilla/include/Platform.h index 28d34f4..0d8e072 100644 --- a/scintilla/include/Platform.h +++ b/scintilla/include/Platform.h @@ -526,8 +526,4 @@ public: }
#endif
-#if defined(__GNUC__) && defined(SCINTILLA_QT)
-#pragma GCC diagnostic ignored "-Wmissing-field-initializers"
-#endif
-
#endif
|