st/oxr: Suppress clang-tidy removing a forward declaration.

This commit is contained in:
Ryan Pavlik 2023-03-02 17:24:32 -06:00 committed by Jakob Bornecrantz
parent b44327bd0c
commit fd77b84938

View file

@ -277,7 +277,7 @@ oxr_xrGetVulkanDeviceExtensionsKHR(XrInstance instance,
// NOLINTNEXTLINE // don't remove the forward decl.
VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL
vkGetInstanceProcAddr(VkInstance instance, const char *pName);
vkGetInstanceProcAddr(VkInstance instance, const char *pName); // NOLINT
XRAPI_ATTR XrResult XRAPI_CALL
oxr_xrGetVulkanGraphicsDeviceKHR(XrInstance instance,