diff options
| -rw-r--r-- | qt/ScintillaEdit/ScintillaEdit.h.template | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/qt/ScintillaEdit/ScintillaEdit.h.template b/qt/ScintillaEdit/ScintillaEdit.h.template index 875f2bee8..c218521fe 100644 --- a/qt/ScintillaEdit/ScintillaEdit.h.template +++ b/qt/ScintillaEdit/ScintillaEdit.h.template @@ -65,6 +65,9 @@ public:  #if defined(__GNUC__)  #pragma GCC diagnostic ignored "-Wmissing-field-initializers" +#if !defined(__clang__) && (__GNUC__ >= 8) +#pragma GCC diagnostic ignored "-Wcast-function-type" +#endif  #endif  #endif /* SCINTILLAEDIT_H */ | 
