summaryrefslogtreecommitdiff
path: root/src/wx/timecode.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-11-22 23:40:22 +0100
committerCarl Hetherington <cth@carlh.net>2026-04-25 12:54:49 +0200
commitfcab91df0aa389ca9438bd0a2c6f8fbd878d9cb2 (patch)
treed69c2f8fa3f1f98523794f346be7330b807ce037 /src/wx/timecode.h
parentcdbd8d6d5396801755a1655c40b18ee14353f1ce (diff)
Ignore new warnings from signals2.hpp.
I think I smell progress!
Diffstat (limited to 'src/wx/timecode.h')
-rw-r--r--src/wx/timecode.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/timecode.h b/src/wx/timecode.h
index 53cd93694..96609155f 100644
--- a/src/wx/timecode.h
+++ b/src/wx/timecode.h
@@ -31,7 +31,9 @@ LIBDCP_DISABLE_WARNINGS
#include <wx/wx.h>
LIBDCP_ENABLE_WARNINGS
#include <fmt/format.h>
+LIBDCP_DISABLE_WARNINGS
#include <boost/signals2.hpp>
+LIBDCP_ENABLE_WARNINGS
class TimecodeBase : public wxPanel