1
0
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:
Jelmer Vernooij
2007-09-07 13:31:15 +00:00
committed by Gerald (Jerry) Carter
parent a5a1a55405
commit 925abf74fa
32 changed files with 77 additions and 73 deletions

View File

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