svn commit: samba r18651 - in branches/SAMBA_3_0/source/include: .

metze at samba.org metze at samba.org
Mon Sep 18 23:28:46 GMT 2006


Author: metze
Date: 2006-09-18 23:28:46 +0000 (Mon, 18 Sep 2006)
New Revision: 18651

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

Log:
this comment is wrong, was cut'n'paste...

metze

Modified:
   branches/SAMBA_3_0/source/include/includes.h


Changeset:
Modified: branches/SAMBA_3_0/source/include/includes.h
===================================================================
--- branches/SAMBA_3_0/source/include/includes.h	2006-09-18 23:27:36 UTC (rev 18650)
+++ branches/SAMBA_3_0/source/include/includes.h	2006-09-18 23:28:46 UTC (rev 18651)
@@ -76,10 +76,6 @@
 
 #ifndef NORETURN_ATTRIBUTE
 #if (__GNUC__ >= 3)
-/** Use gcc attribute to check printf fns.  a1 is the 1-based index of
- * the parameter containing the format, and a2 the index of the first
- * argument. Note that some gcc 2.x versions don't handle this
- * properly **/
 #define NORETURN_ATTRIBUTE __attribute__ ((noreturn))
 #else
 #define NORETURN_ATTRIBUTE



More information about the samba-cvs mailing list