]> git.pld-linux.org Git - packages/blender.git/blame - format-security.patch
- updated to 3.6.11 LTS (fixes build with OpenColorIO 2.3.x)
[packages/blender.git] / format-security.patch
CommitLineData
fc8e8e89
JB
1--- blender-3.6.11/CMakeLists.txt.orig 2024-04-22 06:14:39.886543221 +0200
2+++ blender-3.6.11/CMakeLists.txt 2024-04-22 06:21:54.802131251 +0200
3@@ -1534,7 +1534,6 @@ if(CMAKE_COMPILER_IS_GNUCC)
4 add_check_c_compiler_flag(C_REMOVE_STRICT_FLAGS C_WARN_NO_UNUSED_FUNCTION -Wno-unused-function)
5 add_check_c_compiler_flag(C_REMOVE_STRICT_FLAGS C_WARN_NO_TYPE_LIMITS -Wno-type-limits)
6 add_check_c_compiler_flag(C_REMOVE_STRICT_FLAGS C_WARN_NO_INT_IN_BOOL_CONTEXT -Wno-int-in-bool-context)
7- add_check_c_compiler_flag(C_REMOVE_STRICT_FLAGS C_WARN_NO_FORMAT -Wno-format)
8 add_check_c_compiler_flag(C_REMOVE_STRICT_FLAGS C_WARN_NO_SWITCH -Wno-switch)
9 add_check_c_compiler_flag(C_REMOVE_STRICT_FLAGS C_WARN_NO_UNUSED_VARIABLE -Wno-unused-variable)
10 add_check_c_compiler_flag(C_REMOVE_STRICT_FLAGS C_WARN_NO_UNUSED_VARIABLE -Wno-uninitialized)
This page took 0.85624 seconds and 5 git commands to generate.