From: Carl Hetherington Date: Sun, 27 Sep 2020 21:47:47 +0000 (+0200) Subject: Disable some more warnings. X-Git-Tag: v2.15.104~68 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=f3e5bba0d86dcc43bdeb0d132c7cdf85b55941a9 Disable some more warnings. --- 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;