More warning fixes.
authorCarl Hetherington <cth@carlh.net>
Fri, 25 Nov 2022 15:29:17 +0000 (16:29 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 25 Nov 2022 15:29:17 +0000 (16:29 +0100)
src/wx/subtag_list_ctrl.cc

index 436b9525d6ea32dd29e8f2f8e1188d4a736a2ab3..77782444143841f2253bdb05b454811cb4704c18 100644 (file)
@@ -21,7 +21,9 @@
 
 #include "subtag_list_ctrl.h"
 #include "lib/dcpomatic_assert.h"
+LIBDCP_DISABLE_WARNINGS
 #include <wx/wx.h>
+LIBDCP_ENABLE_WARNINGS
 #include <boost/algorithm/string.hpp>