Hide warnings triggered by Ubuntu 20.04's gcc.
[dcpomatic.git] / src / wx / screens_panel.h
index 510297efb67a285e2bc06b722042b3e90519182d..9cf317c5a143becc3489d5474977197ea89c714f 100644 (file)
 
 */
 
+#include "lib/warnings.h"
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/wx.h>
+DCPOMATIC_ENABLE_WARNINGS
 #include <wx/srchctrl.h>
 #include <wx/treectrl.h>
 #include <boost/shared_ptr.hpp>