(svn r26844) -Fix: clang compile error

This commit is contained in:
rubidium
2014-09-17 17:52:50 +00:00
parent 5fe44256e2
commit d3a68c3391

View File

@@ -63,7 +63,7 @@ public:
_sourcename = SQString::Create(_ss(v), sourcename); _sourcename = SQString::Create(_ss(v), sourcename);
_lineinfo = lineinfo;_raiseerror = raiseerror; _lineinfo = lineinfo;_raiseerror = raiseerror;
} }
static void ThrowError(void *ud, const SQChar *s) { NORETURN static void ThrowError(void *ud, const SQChar *s) {
SQCompiler *c = (SQCompiler *)ud; SQCompiler *c = (SQCompiler *)ud;
c->Error(s); c->Error(s);
} }