aboutsummaryrefslogtreecommitdiff
path: root/devel/py-game_sdl2
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2026-01-05 00:19:34 +0000
committerDimitry Andric <dim@FreeBSD.org>2026-01-14 19:02:31 +0000
commit2b49118158d0aa7cb20d98e470ee080ee0fdc931 (patch)
treedaf58184f15360f31a9ed359d1ada6a3961db886 /devel/py-game_sdl2
parentba93f97b60a17df89c7cce53200b53c9da0428f1 (diff)
graphics/drm-66-kmod: fix build with clang 21HEADmain
With clang 21 graphics/drm-66-kmod fails to compile, with errors similar to: In file included from /wrkdirs/usr/ports/graphics/drm-66-kmod/work/drm-kmod-drm_v6.6.25_9/drivers/gpu/drm/i915/i915_active.c:12: /wrkdirs/usr/ports/graphics/drm-66-kmod/work/drm-kmod-drm_v6.6.25_9/drivers/gpu/drm/i915/gt/intel_ring.h:63:2: error: default initialization of an object of type 'typeof (ring->size)' (aka 'const unsigned int') leaves the object uninitialized [-Werror,-Wdefault-const-init-var-unsafe] 63 | typecheck(typeof(ring->size), next); | ^ /usr/src/sys/compat/linuxkpi/common/include/linux/typecheck.h:31:9: note: expanded from macro 'typecheck' 31 | ({ type __var1; \ | ^ The thread at https://lkml.org/lkml/2025/5/6/1681 appears to imply that it is safe to suppress the new -Wdefault-const-init-var-unsafe warning. PR: 292192 Approved by: emaste (maintainer) MFH: 2026Q1
Diffstat (limited to 'devel/py-game_sdl2')
0 files changed, 0 insertions, 0 deletions