slackbuilds_ponce/graphics/opencollada/no_werror.diff
Christoph Willing aee3114cd7
graphics/opencollada: Accommodate updated compiler
Signed-off-by: Christoph Willing <chris.willing@linux.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-07-22 15:52:44 +07:00

11 lines
507 B
Diff

--- DAEValidator/CMakeLists.txt.orig 2018-11-27 08:43:10.000000000 +1000
+++ DAEValidator/CMakeLists.txt 2023-07-22 10:17:56.130000000 +1000
@@ -100,7 +100,7 @@
# C4820: 'bytes' bytes padding added after construct 'member_name'
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /MP /Wall /WX /wd4505 /wd4514 /wd4592 /wd4710 /wd4711 /wd4820")
else ()
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall -Werror")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall")
endif ()
add_custom_command(