ports/multimedia/obs-studio/files/patch-cmake_Modules_CompilerConfig.cmake
2023-06-19 16:06:15 -07:00

13 lines
344 B
CMake

- prevent warnings from breaking the build
--- cmake/Modules/CompilerConfig.cmake.orig 2023-06-19 20:58:53 UTC
+++ cmake/Modules/CompilerConfig.cmake
@@ -108,7 +108,7 @@ else()
- https://github.com/obsproject/obs-studio/issues/8850 for 13.1.1
]]
add_compile_options(
- -Werror
+ #-Werror
-Wextra
-Wvla
-Wswitch