mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 06:15:04 +00:00
(svn r26844) -Fix: clang compile error
This commit is contained in:
parent
6c48b3a82e
commit
6defde275c
@ -63,7 +63,7 @@ public:
|
||||
_sourcename = SQString::Create(_ss(v), sourcename);
|
||||
_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;
|
||||
c->Error(s);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user