From f3e5bba0d86dcc43bdeb0d132c7cdf85b55941a9 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 27 Sep 2020 23:47:47 +0200 Subject: [PATCH] Disable some more warnings. --- src/wx/language_tag_dialog.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/wx/language_tag_dialog.h b/src/wx/language_tag_dialog.h index 3fc5251b8..1199e2d53 100644 --- a/src/wx/language_tag_dialog.h +++ b/src/wx/language_tag_dialog.h @@ -19,8 +19,11 @@ */ +#include "lib/warnings.h" #include +DCPOMATIC_DISABLE_WARNINGS #include +DCPOMATIC_ENABLE_WARNINGS class wxListCtrl; -- 2.30.2