With clang on macOS: ``` error: format specifies type 'long' but the argument has type 'uint64_t' (aka 'unsigned long long') ... error: format specifies type 'unsigned long' but the argument has type 'VkImageView' (aka 'unsigned long long') ``` Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7091>