Hide warnings triggered by Ubuntu 20.04's gcc.
[dcpomatic.git] / src / wx / file_picker_ctrl.cc
index 47211a269149b83815922b53e5a0005822e04bd2..3eb05e44dcd966226fe2d0d582e41dfabfb980cc 100644 (file)
 #include "file_picker_ctrl.h"
 #include "wx_util.h"
 #include "dcpomatic_button.h"
+#include "lib/warnings.h"
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/wx.h>
 #include <wx/stdpaths.h>
 #include <wx/filepicker.h>
+DCPOMATIC_ENABLE_WARNINGS
 #include <boost/filesystem.hpp>
 
 using namespace std;