mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-28 17:42:28 +08:00
55673966cf
Following error occurs with Visual Studio 2022 v17.14 Preview 4.0 and Windows 11 SDK 10.0.26100.0. duplicator-monitor-capture.c(766,35): error C2220: the following warning is treated as an error duplicator-monitor-capture.c(766,35): warning C5287: operands are different enum types 'window_capture_method' and 'display_capture_method'; use an explicit cast to silence this warning The warning is reasonable, so change mismatched enum type.