svn commit: samba r14984 - in branches/SAMBA_4_0/source/lib/appweb/mpr: .

tridge at samba.org tridge at samba.org
Sat Apr 8 03:04:00 GMT 2006


Author: tridge
Date: 2006-04-08 03:04:00 +0000 (Sat, 08 Apr 2006)
New Revision: 14984

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14984

Log:

marking mprBreakpoint() as a __noreturn__ function should reduce the
number of ejs errors from the IBM checker

Modified:
   branches/SAMBA_4_0/source/lib/appweb/mpr/miniMpr.h


Changeset:
Modified: branches/SAMBA_4_0/source/lib/appweb/mpr/miniMpr.h
===================================================================
--- branches/SAMBA_4_0/source/lib/appweb/mpr/miniMpr.h	2006-04-08 03:00:12 UTC (rev 14983)
+++ branches/SAMBA_4_0/source/lib/appweb/mpr/miniMpr.h	2006-04-08 03:04:00 UTC (rev 14984)
@@ -258,7 +258,7 @@
 extern int 		mprAllocSprintf(char **msgbuf, int maxSize, const char *fmt, ...) PRINTF_ATTRIBUTE(3,4);
 extern char 	*mprItoa(int num, char *buf, int width);
 extern void		mprLog(int level, const char *fmt, ...) PRINTF_ATTRIBUTE(2,3);
-extern void		mprBreakpoint(const char *file, int line, const char *msg);
+extern void		mprBreakpoint(const char *file, int line, const char *msg) NORETURN_ATTRIBUTE;
 #endif /* BLD_GOAHEAD_WEBSERVER */
 
 extern MprArray	*mprCreateArray(void);



More information about the samba-cvs mailing list