Hide warnings triggered by Ubuntu 20.04's gcc.
[dcpomatic.git] / src / wx / custom_scale_dialog.cc
index 3452d5765b943f346db9e1fb015b006e2e72e06e..bb8be8e8024e26ca77fdb8539c255e2445a56a4c 100644 (file)
 #include "wx_util.h"
 #include "lib/util.h"
 #include <dcp/raw_convert.h>
+#include "lib/warnings.h"
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/wx.h>
 #include <wx/propgrid/property.h>
 #include <wx/propgrid/props.h>
+DCPOMATIC_ENABLE_WARNINGS
 
 
 using boost::optional;