Hide warnings triggered by Ubuntu 20.04's gcc.
[dcpomatic.git] / src / wx / about_dialog.h
index c1965459998ced7f4859b14113b87c017dad42bb..f3bb65a6c9d95e2868b8f725ad359ead00d664b4 100644 (file)
  *  @brief The "about DCP-o-matic" dialogue box.
  */
 
+#include "lib/warnings.h"
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/wx.h>
+DCPOMATIC_ENABLE_WARNINGS
 
 class wxNotebook;