diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-07-27 01:35:57 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-07-27 10:05:45 +0200 |
| commit | c622a06189181a3a6ad356094c9a3cf4e1f5a722 (patch) | |
| tree | b9897abab9e7ea9d06134b15c7befc8aebbfa249 /src/wx/self_dkdm_dialog.cc | |
| parent | 7555175e605aab5567020ce48b00bfa6f4d2b726 (diff) | |
Hide warnings triggered by Ubuntu 20.04's gcc.
Diffstat (limited to 'src/wx/self_dkdm_dialog.cc')
| -rw-r--r-- | src/wx/self_dkdm_dialog.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wx/self_dkdm_dialog.cc b/src/wx/self_dkdm_dialog.cc index 5eae05de4..4c10c8f6b 100644 --- a/src/wx/self_dkdm_dialog.cc +++ b/src/wx/self_dkdm_dialog.cc @@ -26,15 +26,20 @@ #include "lib/film.h" #include "lib/screen.h" #include "lib/config.h" +#include "lib/warnings.h" #include <libcxml/cxml.h> #ifdef DCPOMATIC_USE_OWN_PICKER #include "dir_picker_ctrl.h" #else +DCPOMATIC_DISABLE_WARNINGS #include <wx/filepicker.h> +DCPOMATIC_ENABLE_WARNINGS #endif +DCPOMATIC_DISABLE_WARNINGS #include <wx/treectrl.h> #include <wx/listctrl.h> #include <wx/stdpaths.h> +DCPOMATIC_ENABLE_WARNINGS #include <iostream> using std::string; |
