From af61cbdae9aa5206e0344d88823ff5b50ef80777 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 18 Sep 2006 23:28:46 +0000 Subject: r18651: this comment is wrong, was cut'n'paste... metze (This used to be commit e3b88fb65567f19964a4ef68267a64de14132e52) --- source3/include/includes.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3') diff --git a/source3/include/includes.h b/source3/include/includes.h index 2561072e86..19040e4039 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -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 -- cgit