1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-18 17:57:55 +03:00

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

metze
This commit is contained in:
Stefan Metzmacher 2006-09-18 23:28:46 +00:00 committed by Gerald (Jerry) Carter
parent ee11275183
commit e3b88fb655

View File

@ -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