Hide warnings triggered by Ubuntu 20.04's gcc.
[dcpomatic.git] / src / wx / html_dialog.cc
index b5f86e7a131de7c823fd4cb293e0d82d069f7e99..873aa718cf5026da1bd3b29c1cca1395b1dae0aa 100644 (file)
 #include "html_dialog.h"
 #include "wx_util.h"
 #include "lib/cross.h"
+#include "lib/warnings.h"
 #include <boost/filesystem.hpp>
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/wxhtml.h>
 #include <wx/fs_mem.h>
+DCPOMATIC_ENABLE_WARNINGS
 #include <iostream>
 
 HTMLDialog::HTMLDialog (wxWindow* parent, wxString title, wxString html)