From a1edd2b133bf3ae4d263cea2f46aacb4b51fccb5 Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 10 Sep 2013 14:44:16 +1000 Subject: Use C++ struct initialization {} so can drop -Wno-missing-braces setting for gcc. --- include/Platform.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/Platform.h') 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 -- cgit v1.2.3