From b9a1ad3df5f9d85fb7439efd93fede72b9b078af Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 21 Apr 2022 21:35:10 +0200 Subject: Disable warnings around all wx includes. --- src/wx/colour_conversion_editor.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/wx/colour_conversion_editor.h') diff --git a/src/wx/colour_conversion_editor.h b/src/wx/colour_conversion_editor.h index bdf185227..294cdbf82 100644 --- a/src/wx/colour_conversion_editor.h +++ b/src/wx/colour_conversion_editor.h @@ -23,8 +23,11 @@ #define DCPOMATIC_COLOUR_CONVERSION_EDITOR_H -#include +#include "lib/warnings.h" +DCPOMATIC_DISABLE_WARNINGS #include +DCPOMATIC_ENABLE_WARNINGS +#include class ColourConversion; -- cgit v1.2.3