obs-ffmpeg: Disable compiler warnings about non-exhaustive switch cases

This commit is contained in:
PatTheMav
2022-07-10 09:59:55 +10:00
committed by Matt Gajownik
parent 7bb2f33417
commit 3f2aad12cd
+5
View File
@@ -56,6 +56,11 @@ endif()
set_target_properties(obs-ffmpeg PROPERTIES FOLDER "plugins/obs-ffmpeg" PREFIX
"")
target_compile_options(
obs-ffmpeg
PRIVATE
$<$<OR:$<C_COMPILER_ID:Clang>,$<C_COMPILER_ID:AppleClang>,$<C_COMPILER_ID:GNU>>:-Wno-switch>
)
if(OS_WINDOWS)
if(MSVC)