summaryrefslogtreecommitdiffstats
path: root/source/slangc/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slangc/main.cpp')
-rw-r--r--source/slangc/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slangc/main.cpp b/source/slangc/main.cpp
index bcc40b5ca..80b9cddbd 100644
--- a/source/slangc/main.cpp
+++ b/source/slangc/main.cpp
@@ -87,7 +87,7 @@ int MAIN(int argc, char** argv)
res = innerMain(stdWriters, session, argc, argv);
spDestroySession(session);
}
- return TestToolUtil::getReturnCode(res);
+ return (int)TestToolUtil::getReturnCode(res);
}
#ifdef _WIN32