pot/merge.
[dcpomatic.git] / src / wx / try_unmount_dialog.h
index 9ae7de933966b3da4c331f896f21562952836e7b..cb01a2afbb8eb307f69bce875065c4faf0efbd52 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 "lib/warnings.h"
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/wx.h>
+DCPOMATIC_ENABLE_WARNINGS
+
 
 class TryUnmountDialog : public wxDialog
 {