Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Bakker <jeroen@blender.org>2021-09-10 10:21:02 +0300
committerJeroen Bakker <jeroen@blender.org>2021-09-10 10:21:02 +0300
commit284c9430f9bbdbe132f9eb9c4b428bf5d25df0ca (patch)
tree5c825225b6d03f5be47e11ba9abf63d230819af3
parentdb6b3801b37adb2b0b5859dac70e8936234fca32 (diff)
Cleanup: Silenced compilation warning in ghost.
-rw-r--r--intern/ghost/intern/GHOST_XrContext.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/ghost/intern/GHOST_XrContext.cpp b/intern/ghost/intern/GHOST_XrContext.cpp
index f6b3caa3ec7..3584f4b8e90 100644
--- a/intern/ghost/intern/GHOST_XrContext.cpp
+++ b/intern/ghost/intern/GHOST_XrContext.cpp
@@ -485,6 +485,8 @@ GHOST_TXrGraphicsBinding GHOST_XrContext::determineGraphicsBindingTypeToUse(
((create_info->context_flag & GHOST_kXrContextGpuNVIDIA) != 0)) {
continue;
}
+#else
+ ((void)create_info);
#endif
assert(type != GHOST_kXrGraphicsUnknown);