Hide warnings triggered by Ubuntu 20.04's gcc.
[dcpomatic.git] / src / wx / self_dkdm_dialog.h
index 509280b5cc482e1d6e3efa62cdbcd09f3c03f30e..f49749a69fa748abf412e1a8f0ff6f311c5c0f0c 100644 (file)
 */
 
 #include "wx_util.h"
+#include "lib/warnings.h"
 #include <dcp/types.h>
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/wx.h>
+DCPOMATIC_ENABLE_WARNINGS
 #include <boost/shared_ptr.hpp>
 #include <boost/date_time/posix_time/posix_time.hpp>
 #include <map>