mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-27 10:52:16 -04:00
These usages should be removed! On Clang or GCC this would throw a warning now, but unfortunately on MSVC (the only compiler this plugin is built with) PRAGMA_WARN_DEPRECATION disables the warning completely. The only reason the usages here are tolerated is that removing them is not completely trivial and I cannot test it.