git: 98a5bad45737 - main - benchmarks/vkoverhead: mark BROKEN on armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Feb 2023 18:29:19 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=98a5bad457379d61fb50ac62ecc1f9a0e0d4b185 commit 98a5bad457379d61fb50ac62ecc1f9a0e0d4b185 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-02-27 18:26:14 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-02-27 18:26:18 +0000 benchmarks/vkoverhead: mark BROKEN on armv7 ../src/vkoverhead.c:859:18: error: incompatible pointer to integer conversion initializing 'VkPipeline' (aka 'unsigned long long') with an expression of type 'void *' [-Werror,-Wint-conversion] VkPipeline pipeline = he->data; ^ ~~~~~~~~ ../src/vkoverhead.c:3084:63: error: incompatible integer to pointer conversion passing 'VkPipeline' (aka 'unsigned long long') to parameter of type 'void *' [-Werror,-Wint-conversion] _mesa_hash_table_insert(&gpl_pipeline_table, key, pipeline_gpl_vert_final[i]); ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../util/hash_table.h:92:71: note: passing argument to parameter 'data' here _mesa_hash_table_insert(struct hash_table *ht, const void *key, void *data); ^ Reported by: pkg-fallout --- benchmarks/vkoverhead/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/benchmarks/vkoverhead/Makefile b/benchmarks/vkoverhead/Makefile index f92618d0c93e..27ed30d7a4e8 100644 --- a/benchmarks/vkoverhead/Makefile +++ b/benchmarks/vkoverhead/Makefile @@ -14,6 +14,7 @@ WWW= https://github.com/zmike/vkoverhead LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_armv7= fails to build due -Werror=int-conversion BROKEN_i386= fails to build due -Werror=int-conversion BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mako>0:textproc/py-mako@${PY_FLAVOR}