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/kdm_dialog.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/wx/kdm_dialog.h') diff --git a/src/wx/kdm_dialog.h b/src/wx/kdm_dialog.h index 0c6076fb4..052c07f81 100644 --- a/src/wx/kdm_dialog.h +++ b/src/wx/kdm_dialog.h @@ -20,8 +20,11 @@ #include "wx_util.h" +#include "lib/warnings.h" #include +DCPOMATIC_DISABLE_WARNINGS #include +DCPOMATIC_ENABLE_WARNINGS #include #include -- cgit v1.2.3