aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Platform.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2013-09-10 13:20:50 +1000
committerNeil <nyamatongwe@gmail.com>2013-09-10 13:20:50 +1000
commit790cde271408e20b2ffbbe53670e860582df29e4 (patch)
tree55e136a10d6d02386052be4413fba580ba820051 /include/Platform.h
parent358ba1e32449f09fc706afebca847a996ab5e364 (diff)
downloadscintilla-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.h1
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