Source: gulkan
Version: 0.15.1-2.2
Severity: serious
Tags: ftbfs
https://buildd.debian.org/status/logs.php?pkg=gulkan&ver=0.15.1-2.2%2Bb2
...
../src/gulkan-frame-buffer.c: In function ‘_init_frame_buffer’:
../src/gulkan-frame-buffer.c:318:56: error: pointer/integer type mismatch in
conditional expression [-Wint-conversion]
318 | self->use_depth ? self->depth_stencil_image_view : NULL
| ^
../src/gulkan-frame-buffer.c:318:7: error: initialization of ‘long long
unsigned int’ from ‘void *’ makes integer from pointer without a cast
[-Wint-conversion]
318 | self->use_depth ? self->depth_stencil_image_view : NULL
| ^~~~
../src/gulkan-frame-buffer.c:318:7: note: (near initialization for
‘(anonymous)[1]’)
...