aboutsummaryrefslogtreecommitdiff
path: root/dep/g3dlite/source/prompt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dep/g3dlite/source/prompt.cpp')
-rw-r--r--dep/g3dlite/source/prompt.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/dep/g3dlite/source/prompt.cpp b/dep/g3dlite/source/prompt.cpp
index ee520d85db7..6927fd03b85 100644
--- a/dep/g3dlite/source/prompt.cpp
+++ b/dep/g3dlite/source/prompt.cpp
@@ -572,6 +572,8 @@ int prompt(
return result;
}
#endif
+#else
+ (void)useGui;
#endif /* G3DFIX: exclude GUI prompt code */
return textPrompt(windowTitle, prompt, choice, numChoices);
}