opnsense-ports/multimedia/obs-studio/files/patch-cmake_Modules_CompilerConfig.cmake
Franco Fichtner 945b1436f9 */*: sync with upstream
Taken from: FreeBSD
2023-06-20 08:30:40 +02: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