Hide warnings triggered by Ubuntu 20.04's gcc.
[dcpomatic.git] / src / wx / hints_dialog.h
index 1fac9d11e63afa43ac33d65d52bc30e4089be00b..87dcf19535d977e7d8e8c89e824ccdb2f037707c 100644 (file)
 */
 
 #include "lib/types.h"
+#include "lib/warnings.h"
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/wx.h>
+DCPOMATIC_ENABLE_WARNINGS
 #include <boost/weak_ptr.hpp>
 #include <boost/signals2.hpp>