From 17ea4a73ebd1e04a5c76bc01a8346c437f0f84fe Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Fri, 21 Apr 2023 14:25:58 +0100 Subject: [PATCH] a/vk: Mark unexported function as static [NFC] --- src/xrt/auxiliary/vk/vk_bundle_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xrt/auxiliary/vk/vk_bundle_init.c b/src/xrt/auxiliary/vk/vk_bundle_init.c index 227db8449..932cd350a 100644 --- a/src/xrt/auxiliary/vk/vk_bundle_init.c +++ b/src/xrt/auxiliary/vk/vk_bundle_init.c @@ -316,7 +316,7 @@ get_timeline_semaphore_bit_support(struct vk_bundle *vk, #endif } -bool +static bool is_timeline_semaphore_bit_supported(struct vk_bundle *vk, VkExternalSemaphoreHandleTypeFlagBits handle_type) { bool importable = false, exportable = false;