Hide warnings triggered by Ubuntu 20.04's gcc.
[dcpomatic.git] / src / wx / video_waveform_dialog.h
index ac3a72dde524a331b4d427ff58c876df2c6b6a2c..252720f606214764d7a328b2ee555dd328c05df9 100644 (file)
 
 */
 
+#include "lib/warnings.h"
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/wx.h>
+DCPOMATIC_ENABLE_WARNINGS
 #include <boost/weak_ptr.hpp>
 
 class VideoWaveformPlot;