summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-11-25 15:35:38 +0100
committerCarl Hetherington <cth@carlh.net>2022-11-25 15:35:38 +0100
commitda098570b42221f4c34a22642ea491ce669a2fca (patch)
treec0e853706b9bde5583b55b0e388f7c70204737f1 /src
parent18b0726dd65394f824c294796a785086222e6a55 (diff)
More warning fixes.
Diffstat (limited to 'src')
-rw-r--r--src/wx/language_subtag_panel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/language_subtag_panel.h b/src/wx/language_subtag_panel.h
index 14d5bab11..e5972a92c 100644
--- a/src/wx/language_subtag_panel.h
+++ b/src/wx/language_subtag_panel.h
@@ -20,8 +20,11 @@
#include "subtag_list_ctrl.h"
+#include <dcp/warnings.h>
+LIBDCP_DISABLE_WARNINGS
#include <wx/srchctrl.h>
#include <wx/wx.h>
+LIBDCP_ENABLE_WARNINGS
#include <boost/signals2.hpp>