From bd7f4bbde17d2087ba4c4bddf6439b3df869b1db Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 10 Dec 2020 19:27:53 +0100 Subject: Fix lots of macOS warnings by using a different boost/bind include. --- src/wx/audio_plot.cc | 2 +- src/wx/closed_captions_dialog.cc | 2 +- src/wx/content_advanced_dialog.cc | 2 +- src/wx/download_certificate_panel.cc | 2 +- src/wx/export_subtitles_dialog.cc | 2 +- src/wx/export_video_file_dialog.cc | 2 +- src/wx/gl_video_view.cc | 2 +- src/wx/i18n_hook.cc | 2 +- src/wx/instant_i18n_dialog.cc | 2 +- src/wx/language_tag_dialog.cc | 2 +- src/wx/markers_dialog.cc | 2 +- src/wx/player_stress_tester.cc | 2 +- src/wx/simple_video_view.cc | 2 +- src/wx/time_picker.cc | 2 +- src/wx/video_waveform_dialog.cc | 2 +- src/wx/video_waveform_plot.cc | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) (limited to 'src/wx') diff --git a/src/wx/audio_plot.cc b/src/wx/audio_plot.cc index 35f2c93ad..74c10348e 100644 --- a/src/wx/audio_plot.cc +++ b/src/wx/audio_plot.cc @@ -25,7 +25,7 @@ #include "lib/audio_analysis.h" #include "lib/compose.hpp" #include -#include +#include #include #include diff --git a/src/wx/closed_captions_dialog.cc b/src/wx/closed_captions_dialog.cc index e37bd5910..7411fa153 100644 --- a/src/wx/closed_captions_dialog.cc +++ b/src/wx/closed_captions_dialog.cc @@ -25,7 +25,7 @@ #include "lib/butler.h" #include "lib/text_content.h" #include "lib/compose.hpp" -#include +#include using std::list; using std::max; diff --git a/src/wx/content_advanced_dialog.cc b/src/wx/content_advanced_dialog.cc index 4d1d70129..d170032a4 100644 --- a/src/wx/content_advanced_dialog.cc +++ b/src/wx/content_advanced_dialog.cc @@ -36,7 +36,7 @@ DCPOMATIC_DISABLE_WARNINGS #include #include DCPOMATIC_ENABLE_WARNINGS -#include +#include using std::string; diff --git a/src/wx/download_certificate_panel.cc b/src/wx/download_certificate_panel.cc index 34e6136ae..bbaddeef2 100644 --- a/src/wx/download_certificate_panel.cc +++ b/src/wx/download_certificate_panel.cc @@ -26,7 +26,7 @@ #include #include #include -#include +#include using std::string; using boost::function; diff --git a/src/wx/export_subtitles_dialog.cc b/src/wx/export_subtitles_dialog.cc index b2b6a63ed..3fc5dcdb2 100644 --- a/src/wx/export_subtitles_dialog.cc +++ b/src/wx/export_subtitles_dialog.cc @@ -27,7 +27,7 @@ DCPOMATIC_DISABLE_WARNINGS #include DCPOMATIC_ENABLE_WARNINGS -#include +#include using std::string; diff --git a/src/wx/export_video_file_dialog.cc b/src/wx/export_video_file_dialog.cc index 062fcc81f..f1b2d2622 100644 --- a/src/wx/export_video_file_dialog.cc +++ b/src/wx/export_video_file_dialog.cc @@ -26,7 +26,7 @@ DCPOMATIC_DISABLE_WARNINGS #include DCPOMATIC_ENABLE_WARNINGS -#include +#include using std::string; using boost::bind; diff --git a/src/wx/gl_video_view.cc b/src/wx/gl_video_view.cc index 08b62dee4..e7125501e 100644 --- a/src/wx/gl_video_view.cc +++ b/src/wx/gl_video_view.cc @@ -27,7 +27,7 @@ #include "lib/cross.h" #include "lib/player_video.h" #include "lib/butler.h" -#include +#include #include #ifdef DCPOMATIC_OSX diff --git a/src/wx/i18n_hook.cc b/src/wx/i18n_hook.cc index b2797fa51..827e81bc9 100644 --- a/src/wx/i18n_hook.cc +++ b/src/wx/i18n_hook.cc @@ -23,7 +23,7 @@ #include "wx_util.h" #include "lib/cross.h" #include -#include +#include using std::map; using std::string; diff --git a/src/wx/instant_i18n_dialog.cc b/src/wx/instant_i18n_dialog.cc index e86e48ced..364b4dd18 100644 --- a/src/wx/instant_i18n_dialog.cc +++ b/src/wx/instant_i18n_dialog.cc @@ -20,7 +20,7 @@ #include "instant_i18n_dialog.h" #include "wx_util.h" -#include +#include using boost::bind; diff --git a/src/wx/language_tag_dialog.cc b/src/wx/language_tag_dialog.cc index 94e266f2c..245dee2db 100644 --- a/src/wx/language_tag_dialog.cc +++ b/src/wx/language_tag_dialog.cc @@ -26,7 +26,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/src/wx/markers_dialog.cc b/src/wx/markers_dialog.cc index dba4c0c0e..c8529f108 100644 --- a/src/wx/markers_dialog.cc +++ b/src/wx/markers_dialog.cc @@ -28,7 +28,7 @@ #include "lib/film.h" #include #include -#include +#include #include using std::cout; diff --git a/src/wx/player_stress_tester.cc b/src/wx/player_stress_tester.cc index 726db2a70..dfe2d181e 100644 --- a/src/wx/player_stress_tester.cc +++ b/src/wx/player_stress_tester.cc @@ -25,7 +25,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/src/wx/simple_video_view.cc b/src/wx/simple_video_view.cc index 117eee218..808f885f8 100644 --- a/src/wx/simple_video_view.cc +++ b/src/wx/simple_video_view.cc @@ -27,7 +27,7 @@ #include "lib/butler.h" #include #include -#include +#include using std::max; using std::string; diff --git a/src/wx/time_picker.cc b/src/wx/time_picker.cc index 0d9668d7b..966671be9 100644 --- a/src/wx/time_picker.cc +++ b/src/wx/time_picker.cc @@ -23,7 +23,7 @@ #include "static_text.h" #include #include -#include +#include #include using std::setfill; diff --git a/src/wx/video_waveform_dialog.cc b/src/wx/video_waveform_dialog.cc index 3603c5dd2..e61043cc1 100644 --- a/src/wx/video_waveform_dialog.cc +++ b/src/wx/video_waveform_dialog.cc @@ -23,7 +23,7 @@ #include "film_viewer.h" #include "wx_util.h" #include "static_text.h" -#include +#include #include using std::cout; diff --git a/src/wx/video_waveform_plot.cc b/src/wx/video_waveform_plot.cc index 866f5f568..edec4d6eb 100644 --- a/src/wx/video_waveform_plot.cc +++ b/src/wx/video_waveform_plot.cc @@ -29,7 +29,7 @@ #include #include #include -#include +#include #include using std::cout; -- cgit v1.2.3