diff options
author | Neil <nyamatongwe@gmail.com> | 2013-09-10 13:20:50 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2013-09-10 13:20:50 +1000 |
commit | 790cde271408e20b2ffbbe53670e860582df29e4 (patch) | |
tree | 55e136a10d6d02386052be4413fba580ba820051 /include/Platform.h | |
parent | 358ba1e32449f09fc706afebca847a996ab5e364 (diff) | |
download | scintilla-mirror-790cde271408e20b2ffbbe53670e860582df29e4.tar.gz |
Drop warning setting -Wno-missing-braces since this has had no effect since gcc 4.2.
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 311b1c423..f4cbc0538 100644 --- a/include/Platform.h +++ b/include/Platform.h @@ -530,7 +530,6 @@ public: #if defined(__GNUC__) && defined(SCINTILLA_QT) #pragma GCC diagnostic ignored "-Wmissing-braces" #pragma GCC diagnostic ignored "-Wmissing-field-initializers" -#pragma GCC diagnostic ignored "-Wchar-subscripts" #endif #endif |