Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Oct 2022 16:48:46 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: affb803a946c - main - graphics/spirv-tools: don't disable -Werror
Message-ID:  <202210051648.295Gmkvn066015@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210051648.295Gmkvn066015>