Fill test disk partitions with random noise to expose more bugs.
[dcpomatic.git] / src / wx / try_unmount_dialog.h
index 9ae7de933966b3da4c331f896f21562952836e7b..027e5e838f375001dcc2f3f11b6197b04600c312 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2020 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2020-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
+
+#include <dcp/warnings.h>
+LIBDCP_DISABLE_WARNINGS
 #include <wx/wx.h>
+LIBDCP_ENABLE_WARNINGS
+
 
 class TryUnmountDialog : public wxDialog
 {