From 07793d0c5a4ffb2c78637109dde2b922af6255da Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 7 Nov 2016 10:57:43 +1100 Subject: Move warning suppression from global header to Qt platform layer header so warnings are visible for platform-independent code. --- include/Platform.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include') diff --git a/include/Platform.h b/include/Platform.h index 63269d003..1ff48ecb1 100644 --- a/include/Platform.h +++ b/include/Platform.h @@ -526,8 +526,4 @@ public: } #endif -#if defined(__GNUC__) && defined(SCINTILLA_QT) -#pragma GCC diagnostic ignored "-Wmissing-field-initializers" -#endif - #endif -- cgit v1.2.3