diff options
author | Neil <nyamatongwe@gmail.com> | 2013-09-10 14:44:16 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2013-09-10 14:44:16 +1000 |
commit | a1edd2b133bf3ae4d263cea2f46aacb4b51fccb5 (patch) | |
tree | 95cd567b68fc22493443eedd8b9e86739551d07a /include/Platform.h | |
parent | 790cde271408e20b2ffbbe53670e860582df29e4 (diff) | |
download | scintilla-mirror-a1edd2b133bf3ae4d263cea2f46aacb4b51fccb5.tar.gz |
Use C++ struct initialization {} so can drop -Wno-missing-braces setting for gcc.
Diffstat (limited to 'include/Platform.h')
-rw-r--r-- | include/Platform.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/Platform.h b/include/Platform.h index f4cbc0538..7f2f37542 100644 --- a/include/Platform.h +++ b/include/Platform.h @@ -528,7 +528,6 @@ public: #endif #if defined(__GNUC__) && defined(SCINTILLA_QT) -#pragma GCC diagnostic ignored "-Wmissing-braces" #pragma GCC diagnostic ignored "-Wmissing-field-initializers" #endif |