diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-09-18 23:28:46 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:52:19 -0500 |
commit | af61cbdae9aa5206e0344d88823ff5b50ef80777 (patch) | |
tree | f61692a105cd73bf0f59427286a0d46164301eb1 /source3 | |
parent | c1837c24ae688d86eb5f0108da9396d29ff50a9e (diff) | |
download | samba-af61cbdae9aa5206e0344d88823ff5b50ef80777.tar.gz samba-af61cbdae9aa5206e0344d88823ff5b50ef80777.tar.xz 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.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index 2561072e86a..19040e40395 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 |