1
0
Fork 0

(svn r26844) -Fix: clang compile error

release/1.5
rubidium 2014-09-17 17:52:50 +00:00
parent 6c48b3a82e
commit 6defde275c
1 changed files with 1 additions and 1 deletions

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);
} }