summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-09-18 23:28:46 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:52:19 -0500
commitaf61cbdae9aa5206e0344d88823ff5b50ef80777 (patch)
treef61692a105cd73bf0f59427286a0d46164301eb1 /source3
parentc1837c24ae688d86eb5f0108da9396d29ff50a9e (diff)
downloadsamba-af61cbdae9aa5206e0344d88823ff5b50ef80777.tar.gz
samba-af61cbdae9aa5206e0344d88823ff5b50ef80777.tar.bz2
samba-af61cbdae9aa5206e0344d88823ff5b50ef80777.zip
r18651: this comment is wrong, was cut'n'paste...
metze (This used to be commit e3b88fb65567f19964a4ef68267a64de14132e52)
Diffstat (limited to 'source3')
-rw-r--r--source3/include/includes.h4
1 files changed, 0 insertions, 4 deletions
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