aboutsummaryrefslogtreecommitdiff
path: root/dep/g3dlite/source/debugAssert.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dep/g3dlite/source/debugAssert.cpp')
-rw-r--r--dep/g3dlite/source/debugAssert.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/dep/g3dlite/source/debugAssert.cpp b/dep/g3dlite/source/debugAssert.cpp
index 92ce2376490..cfccf9a0cc5 100644
--- a/dep/g3dlite/source/debugAssert.cpp
+++ b/dep/g3dlite/source/debugAssert.cpp
@@ -121,6 +121,8 @@ static void createErrorMessage(
const char* moduleName = strrchr(modulePath, '\\');
outTitle = outTitle + string(" - ") + string(moduleName ? (moduleName + 1) : modulePath);
+ #else
+ (void)outTitle;
#endif
// Build the message.