git: affb803a946c - main - graphics/spirv-tools: don't disable -Werror
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Oct 2022 16:48:46 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=affb803a946c16832a85d2d1ac3d97e9fea796be commit affb803a946c16832a85d2d1ac3d97e9fea796be Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-10-05 15:41:16 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-10-05 16:48:01 +0000 graphics/spirv-tools: don't disable -Werror FreeBSD is supported upstream, and upstream regularly tests with Clang. I'd like to be notified of new warnings. Let's see how long it lasts. Tested by: Clang 11/13/14/15, GCC 11, -DNDEBUG --- graphics/spirv-tools/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/graphics/spirv-tools/Makefile b/graphics/spirv-tools/Makefile index 6bad34a12b0c..cdac9871dfb4 100644 --- a/graphics/spirv-tools/Makefile +++ b/graphics/spirv-tools/Makefile @@ -19,6 +19,5 @@ GH_PROJECT= SPIRV-Tools GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-171-gb2a156e:headers/external/spirv-headers CMAKE_ON= SPIRV_SKIP_TESTS -CMAKE_OFF= SPIRV_WERROR .include <bsd.port.mk>