mirror of
https://github.com/samba-team/samba.git
synced 2025-11-06 08:23:50 +03:00
r24994: Fix some C++ warnings.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
a5a1a55405
commit
925abf74fa
@@ -29,7 +29,7 @@
|
||||
|
||||
static EjsId eid;
|
||||
|
||||
static void smbscript_ejs_exception(const char *reason)
|
||||
_NORETURN_ static void smbscript_ejs_exception(const char *reason)
|
||||
{
|
||||
Ejs *ep = ejsPtr(eid);
|
||||
ejsSetErrorMsg(eid, "%s", reason);
|
||||
|
||||
Reference in New Issue
Block a user