Fill test disk partitions with random noise to expose more bugs.
[dcpomatic.git] / src / wx / filter_dialog.h
index 3ba4a09f5992342ef2e0e8593a20e80d872bde7f..44dbb502dd1856e3247f533b5ce193454441523a 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012-2020 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2012-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
+
 /** @file  src/filter_dialog.h
  *  @brief A dialog to select FFmpeg filters.
  */
 
+
+#include <dcp/warnings.h>
+LIBDCP_DISABLE_WARNINGS
 #include <wx/wx.h>
+LIBDCP_ENABLE_WARNINGS
 #include <boost/signals2.hpp>
 
+
 class Film;
 class Filter;
 
+
 /** @class FilterDialog
  *  @brief A dialog to select FFmpeg filters.
  */