From 790cde271408e20b2ffbbe53670e860582df29e4 Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 10 Sep 2013 13:20:50 +1000 Subject: Drop warning setting -Wno-missing-braces since this has had no effect since gcc 4.2. --- include/Platform.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') 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 -- cgit v1.2.3