diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-07-28 22:04:55 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-07-28 22:04:55 +0200 |
| commit | e83e799c027346681208c57181b28010d01c9b6e (patch) | |
| tree | 23439a74619170884f752eca852e2cbd15a4f11c /src/wx | |
| parent | cada1f6449cd8bcf848315a2a3da9125a15d71f3 (diff) | |
Some more warning hiding.
Diffstat (limited to 'src/wx')
| -rw-r--r-- | src/wx/timing_panel.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/timing_panel.cc b/src/wx/timing_panel.cc index 973eacf5d..8db975d54 100644 --- a/src/wx/timing_panel.cc +++ b/src/wx/timing_panel.cc @@ -36,9 +36,12 @@ #include "lib/dcp_content.h" #include "lib/ffmpeg_content.h" #include <dcp/locale_convert.h> +#include "lib/warnings.h" #if defined(__WXGTK20__) && !defined(__WXGTK3__) #define TIMING_PANEL_ALIGNMENT_HACK 1 +DCPOMATIC_DISABLE_WARNINGS #include <gtk/gtk.h> +DCPOMATIC_ENABLE_WARNINGS #endif #include <boost/foreach.hpp> #include <set> |
