Emit no audio from DCPs if none is mapped
[dcpomatic.git] / src / wx / nag_dialog.h
index acf20f129884173d4ee3988dd848a66752f5c790..1552becc8be132e4920b7ddeb5996ee8a257a949 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2017 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2017-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
+
 #include "lib/config.h"
+#include <dcp/warnings.h>
+LIBDCP_DISABLE_WARNINGS
 #include <wx/wx.h>
+LIBDCP_ENABLE_WARNINGS
+
 
 class NagDialog : public wxDialog
 {