From 149190ff2108ba203f5cddd4414e2d02e469747a Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 5 Nov 2007 10:10:17 +0100 Subject: r25830: fix compiler warning metze (This used to be commit 26bfdff48779447a2f4b552c5af32abf2b8c4c45) --- source4/lib/util/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/util/debug.c') diff --git a/source4/lib/util/debug.c b/source4/lib/util/debug.c index 67663cb6ce..070cdee7d5 100644 --- a/source4/lib/util/debug.c +++ b/source4/lib/util/debug.c @@ -102,7 +102,7 @@ _PUBLIC_ void do_debug_header(int level, const char *location, const char *func) @note You should never have to call this function directly. Call the DEBUG() macro instead. */ -_PUBLIC_ void do_debug(const char *format, ...) _PRINTF_ATTRIBUTE(1,2) +_PUBLIC_ void do_debug(const char *format, ...) { va_list ap; char *s = NULL; -- cgit