Disable warnings around all wx includes.
[dcpomatic.git] / src / wx / audio_plot.cc
index a4518d5dd484141b36f5924f00347f57b3554c04..0e9e815e1cce07d83c095a8be90a6ba9f864cf94 100644 (file)
 #include "lib/audio_analysis.h"
 #include "lib/compose.hpp"
 #include "lib/maths_util.h"
+#include "lib/warnings.h"
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/graphics.h>
+DCPOMATIC_ENABLE_WARNINGS
 #include <boost/bind/bind.hpp>
 #include <cfloat>