Disable warnings around all wx includes.
[dcpomatic.git] / src / tools / dcpomatic_batch.cc
index ef8816708bbdd4017ef267c5c490fe00a889a2eb..1b84ca2bc38591bc8095d5e0ad009fd03b0e3cf9 100644 (file)
 #include "lib/transcode_job.h"
 #include "lib/util.h"
 #include "lib/version.h"
+#include "lib/warnings.h"
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/aboutdlg.h>
 #include <wx/cmdline.h>
 #include <wx/preferences.h>
 #include <wx/splash.h>
 #include <wx/stdpaths.h>
 #include <wx/wx.h>
+DCPOMATIC_ENABLE_WARNINGS
 #include <iostream>
 #include <set>